MCPcopy Create free account
hub / github.com/danderson/netboot / initConfig

Function initConfig

pixiecore/cli/cli.go:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func initConfig() {
58 viper.SetEnvPrefix("pixiecore")
59 viper.AutomaticEnv() // read in environment variables that match
60}
61
62func fatalf(msg string, args ...interface{}) {
63 fmt.Printf(msg+"\n", args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected