An open API service indexing awesome lists of open source software.

https://github.com/uerax/goconf

golang配置文件解析工具 支持toml,yaml ini格式解析
https://github.com/uerax/goconf

configuration-management golang ini toml yaml

Last synced: about 2 months ago
JSON representation

golang配置文件解析工具 支持toml,yaml ini格式解析

Awesome Lists containing this project

README

        

# Detail
golang 多配置文件读取 支持ini,toml,yaml,json格式

# Usage

``` golang

go get github.com/uerax/goconf

cm := DefaultConfigManager()
cm.Load(path, struct)
```