Skip to content

Commit 489310b

Browse files
committed
readme fix
1 parent 015014a commit 489310b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Inspired by [tkrajina/typescriptify-golang-structs](https://github.com/tkrajina/
1818

1919
### There's an extra struct tag to control the output, `ts`, valid options are
2020

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`.
2525

2626
## Example
2727

0 commit comments

Comments
 (0)