go-ini icon indicating copy to clipboard operation
go-ini copied to clipboard

INI parsing library for Go.

Results 6 go-ini issues
Sort by recently updated
recently updated
newest added

Hi, looks like the lib does not support BOM. see the thread [here](https://groups.google.com/forum/#!topic/golang-nuts/rrSBmfG9zUI)

A small changes to how errors are handled. Use a separate variable to return parseErr. err which is also used for io.EOF detection. In the new behavior, a 'complete' parsing...

OfflineIMAP allows one to enter lambda functions to map remote names and local names (among others); unfortunately they end up spawning many lines. Here's a part of my config file:...

As the complexity of clients increase, the ability to set particular config values programmatically is more likely to be required. Thus, writing config files would be very useful. Cheers!