MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Fatalf

Function Fatalf

log/log.go:42–45  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

40}
41
42func Fatalf(format string, v ...interface{}) {
43 Printf(format, v...)
44 exiter.Exit(1)
45}
46
47func Fatalln(v ...interface{}) {
48 Println(v...)

Callers

nothing calls this directly

Calls 2

PrintfFunction · 0.85
ExitMethod · 0.65

Tested by

no test coverage detected