Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

jconf

The golang-package for working with configuration json files

Get started

go get github.com/toolsparty/jconf

Example

// ...config, err:=NewConfig("./config.json")
iferr!=nil {
panic(err)
}
name, err:=config.Get("name")
iferr!=nil {
panic(err)
}
// ...

About

package for working with configuration json files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages