gravwell / gcfg

read INI-style configuration files into Go structs; supports user-defined types and subsections
https://gopkg.in/gcfg.v1
Other
0 stars 4 forks source link

revert "always panic" behavior to throw errors instead. We had changed #8

Closed djfritz closed 2 years ago

djfritz commented 2 years ago

this previously to avoid "extra data" errors that don't cause ingesters to exit, but those are easier to deal with than a panic.