Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 554 Bytes

GoDoc

go-ini

Simple but powerful INI file parser. This parser helps you to access duplicate sections and keys.

TODO

Comment processing

  • Associate preceding (multi-line) comments with lines ?
  • Associate trailing comments to lines ?
  • For KeyVal split up the Value part into Value and CommentValue

Map comments to line numbers and use line number of line to collect comments (same line, continuous lines before) ?