tkrajina/typescriptify-golang-structs

Optional fields

tkrajina opened this issue · 1 comments

  • AllOptional
  • only specific fields optional (defined by custom tags?)

You could use json "omitempty" tag.