MCPcopy Index your code
hub / github.com/felixge/httpsnoop / fatalf

Function fatalf

codegen/main.go:462–465  ·  view source on GitHub ↗
(s string, args ...interface{})

Source from the content-addressed store, hash-verified

460}
461
462func fatalf(s string, args ...interface{}) {
463 _, _ = fmt.Fprintf(os.Stderr, s+"\n", args...)
464 os.Exit(1)
465}

Callers 1

MustWriteFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…