Closed pgalbavy-itrs closed 1 year ago
Viper has a bug (https://github.com/spf13/viper/issues/1106) that means Get and all derivatives fail to get all elements of a map (or unmarshal) where an element has been set after defaults etc.
Implement a variety of https://github.com/spf13/viper/pull/1504 to work around this without duplicating the whole codebase.
Viper has a bug (https://github.com/spf13/viper/issues/1106) that means Get and all derivatives fail to get all elements of a map (or unmarshal) where an element has been set after defaults etc.
Implement a variety of https://github.com/spf13/viper/pull/1504 to work around this without duplicating the whole codebase.