Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
Fatalf(format string, v ...
interface
{}) {
43
Printf(format, v...)
44
exiter.Exit(1)
45
}
46
47
func
Fatalln(v ...
interface
{}) {
48
Println(v...)
Callers
nothing calls this directly
Calls
2
Printf
Function · 0.85
Exit
Method · 0.65
Tested by
no test coverage detected