Skip to content

Releases: teocci/go-config-parser

Initial release

17 Aug 01:12
02c2e99
Compare
Choose a tag to compare

This package supports reading/writing the .ini files as well as:

  • Reading/writing duplicate section names (ex: MySQL NDB engine's config.ini)
  • Options without values (ex: can be used to group a set of hostnames)
  • Options without a named section (ex: a simple option=value file)
  • Find sections with regexp pattern matching on section names, i.e.: dc1.east.webservers where regexp is .webservers
  • # or ; as comment delimiter
  • = or : as value delimiter