gofmt -d -s .

This commit is contained in:
DLDInternet 2016-09-27 19:56:13 -04:00
parent a7a96310e0
commit 78ca2b3bdd

View file

@ -63,7 +63,7 @@ func initConfig() {
viper.SetConfigFile(cfgFile)
}
viper.AutomaticEnv() // read in environment variables that match
viper.AutomaticEnv() // read in environment variables that match
// If a config file is found, read it in.
if err := viper.ReadInConfig(); err == nil {