Skip to content

saromanov/goconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goconfig Build Status

Simple loading of configuration from several formats

Usage

type Example struct{
	Data int
	Name string
}

func main() {
	exp := Example{}
	res := Load("./testdata/test1.json", &exp)
	if res != nil {
	    return
    }
}

Licence

MIT

About

Simple loading of configuration from json, yaml and other formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published