Samberry
Results
2
comments of
Samberry
@knadh Take this struct for example: ``` type Parent struct { Name string `koanf:"name"` Child Child `koanf:"child"` } type Child struct { Item1 map[string][]string `koanf:"item1"` } ``` Assume you have...
Hello @edsiper , @adrinaula , This PR tackles an issue that we've also recently faced. Any idea if there are anything preventing/blocking the merger? Would be interested to contribute if...