Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ Fatal
Function
Fatal
log/log.go:37–40 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
35
}
36
37
func
Fatal(v ...
interface
{}) {
38
Print(v...)
39
exiter.Exit(1)
40
}
41
42
func
Fatalf(format string, v ...
interface
{}) {
43
Printf(format, v...)
Callers
nothing calls this directly
Calls
2
Print
Function · 0.85
Exit
Method · 0.65
Tested by
no test coverage detected