Fully functional and comments-support configuration file (.ini) parser
Description
Package Goconfig is a fully functional and comments-support configuration file
(.ini) parser.
This package provides symbolic links that alias the following Go import paths to
github.com/unknwon/goconfig:
– github.com/Unknwon/goconfig
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/unknwon/goconfig.