Golang JSON: How to Make a Field Optional (omitempty)
Tags in struct definition are useful when you want to convert structs to other types, especially JSON. Just use the omitempty in front of the… Read More »Golang JSON: How to Make a Field Optional (omitempty)