s0kil / inifile

simplistic INI file reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build coverage goreport Docs

inifile

Simple INI file reader.

Section and key names are case-insensitive and ignore leading and trailing whitespace.

Supports line comments, trailing comments and quoted values.

Keys appearing more than once will either replace previous values or append to them with a separator.

About

simplistic INI file reader

License:MIT License


Languages

Language:Go 100.0%