knadh / koanf

Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
MIT License
2.71k stars 150 forks source link

Fix map unflattening no-delimiter behaviour #278

Closed knadh closed 6 months ago

knadh commented 7 months ago

@rhnvrm please take a look at the commit that fixes the undefined variable delim. I'm wondering how all the tests were passing despite maps_test.go having a compile error.

Closes #275