File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Inspired by [tkrajina/typescriptify-golang-structs](https://github.com/tkrajina/
18
18
19
19
### There's an extra struct tag to control the output, ` ts ` , valid options are
20
20
21
- * . ` - ` omit this field.
22
- * . ` date ` handle converting ` time.Time{}.Unix() <-> javascript Date ` .
23
- * . ` no-null ` only valid for struct fields, forces creating a new class rather than using ` null ` in TS.
24
- * . ` null ` allows any field type to be ` null ` .
21
+ * ` - ` omit this field.
22
+ * ` date ` handle converting ` time.Time{}.Unix() <-> javascript Date ` .
23
+ * ` , no-null` only valid for struct fields, forces creating a new class rather than using ` null ` in TS.
24
+ * ` , null` allows any field type to be ` null ` .
25
25
26
26
## Example
27
27
You can’t perform that action at this time.
0 commit comments