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

Function Fatalln

log/log.go:47–50  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

45}
46
47func Fatalln(v ...interface{}) {
48 Println(v...)
49 exiter.Exit(1)
50}
51
52func Print(v ...interface{}) {
53 fmt.Print(v...)

Callers 1

RunMethod · 0.92

Calls 2

PrintlnFunction · 0.85
ExitMethod · 0.65

Tested by

no test coverage detected