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

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