goini icon indicating copy to clipboard operation
goini copied to clipboard

INI file parser in go.

Results 2 goini issues
Sort by recently updated
recently updated
newest added

Now in the library keys and section titles processed with strings.ToLower() It provides some strange behavior with keys like "testKey" - it would provide look up for key "testKey" in...

Is it possible to add a dots ini notation? An example is easier to explain: ``` [Production] ftp.host = "http://...." ftp.port = 21 ftp.user = "mario" db.host = "mysql://...." db.port...