Geeks
tkrajina
/
typescriptify-golang-structs
Readme
Issues
Stargazers
Watchers
Optional fields
tkrajina
opened this issue
7 years ago
·
1
comments
tkrajina
commented
7 years ago
AllOptional
only specific fields optional (defined by custom tags?)
dinoboff
commented
7 years ago
You could use json "omitempty" tag.