MCPcopy Create free account
hub / github.com/barnybug/cli53 / errorAndExit

Function errorAndExit

util.go:287–290  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

285}
286
287func errorAndExit(msg string) {
288 fmt.Fprintln(os.Stderr, "Error: "+msg)
289 os.Exit(1)
290}
291
292var seeded sync.Once
293

Callers 3

ConvertBindToRRFunction · 0.85
fatalIfErrFunction · 0.85
lookupZoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected