Closed akshayjshah closed 6 years ago
Fields tagged with both a name and the omitempty tag, e.g.
omitempty
type Foo struct { Name string `yaml:"name,omitempty"` }
aren't populated.
Fixed in v1.2.0.
Fields tagged with both a name and the
omitempty
tag, e.g.aren't populated.