The golang-package for working with configuration json files
go get github.com/toolsparty/jconf
// ...
config, err := NewConfig("./config.json")
if err != nil {
panic(err)
}
name, err := config.Get("name")
if err != nil {
panic(err)
}
// ...| Name | Name | Last commit date | ||
|---|---|---|---|---|