golang-github-go-ini-ini-dev

Go package for control of ini file
  https://github.com/go-ini/ini
  0
  no reviews



Package ini provides ini file read and write functionality. this library privides functions following:
- load multiple data sources(`[]byte` or file) with overwrites.
- read with recursion values.
- read with parent-child sections.
- read with auto-increment key names.
- read with multiple-line values.
- read with tons of helper methods.
- read and convert values to go types.
- read and **write** comments of sections and keys.
- manipulate sections, keys and comments with ease.
- keep sections and keys in order as you parse and save.