()
| 55 | } |
| 56 | |
| 57 | func initConfig() { |
| 58 | viper.SetEnvPrefix("pixiecore") |
| 59 | viper.AutomaticEnv() // read in environment variables that match |
| 60 | } |
| 61 | |
| 62 | func fatalf(msg string, args ...interface{}) { |
| 63 | fmt.Printf(msg+"\n", args...) |
nothing calls this directly
no outgoing calls
no test coverage detected