/iniparser

A simple parser for ini files

Primary LanguageGoMIT LicenseMIT

iniparser

A simple parser for ini files made for personal use.

WARNING

I do not consider this stable to use in any kind of serious/production project, use it at your own risk.

TODO

  • Expose an easier way to access single block data from a INI object
  • Add support for raw string parsing along side files
  • Add tests
  • Create instructions