uber-go / config

Configuration for Go applications
https://godoc.org/go.uber.org/config
MIT License
448 stars 41 forks source link

Cannot populate fields with omitempty tag #75

Closed akshayjshah closed 6 years ago

akshayjshah commented 6 years ago

Fields tagged with both a name and the omitempty tag, e.g.

type Foo struct {
  Name string `yaml:"name,omitempty"`
}

aren't populated.

akshayjshah commented 6 years ago

Fixed in v1.2.0.