goconfig
Package goconfig is a fully functional and comments-support configuration file (.ini) parser.
How to download and setup goconfig
Open terminal and run command
git clone https://github.com/unknwon/goconfig.git
git clone is used to create a copy or clone of goconfig repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with goconfig https://github.com/unknwon/goconfig/archive/master.zip
Or simply clone goconfig with SSH
[email protected]:unknwon/goconfig.git