Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
func
errorAndExit(msg string) {
288
fmt.Fprintln(os.Stderr,
"Error: "
+msg)
289
os.Exit(1)
290
}
291
292
var
seeded sync.Once
293
Callers
3
ConvertBindToRR
Function · 0.85
fatalIfErr
Function · 0.85
lookupZone
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected