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

fix broken tests #3

Closed djfritz closed 4 years ago

djfritz commented 4 years ago

Fix broken tests that assumed scanf behavior but were wrong.

Fixes #2