Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
Fatalln(v ...
interface
{}) {
48
Println(v...)
49
exiter.Exit(1)
50
}
51
52
func
Print(v ...
interface
{}) {
53
fmt.Print(v...)
Callers
1
Run
Method · 0.92
Calls
2
Println
Function · 0.85
Exit
Method · 0.65
Tested by
no test coverage detected