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

Proposal to replace BurntSushi/toml #2

Closed githubjeka closed 8 years ago

githubjeka commented 8 years ago

BurntSushi/toml compatible with TOML version v0.2.0 only Latest TOML tagged version: v0.4.0.

I have used successfully. https://github.com/naoina/toml

qiangxue commented 8 years ago

Unfortunately naoina/toml requires a predefined struct to load the configuration, while ozzo-config is based on a free-form configuration structure.