Skip to content

A preconfigured wrapper around Viper library for reading file config

License

Notifications You must be signed in to change notification settings

ttgint/viperfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viperfile Go Report Card

Preconfigured Viper for reading file config

go get github.com/ttgint/viperfile

or

dep ensure -add github.com/ttgint/viperfile

then

viperfile.ReadLocal("config", &Config)

where Config is a pointer to the struct that the config will be bound

About

A preconfigured wrapper around Viper library for reading file config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages