go-ozzo / ozzo-config

A Go (golang) package supporting layered application configuration in popular formats, such as JSON, YAML, TOML.
MIT License
111 stars 18 forks source link

ini support #1

Closed samdark closed 8 years ago

samdark commented 8 years ago

There's a handy package created long time ago by Wei. Could be useful if you'll consider ini support: https://github.com/xwz/goconfig

qiangxue commented 8 years ago

The package already supports TOML which can be considered as a superset of ini and is more expressive and powerful.