Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ Fatal
Function
Fatal
util/log/log.go:71–74 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
69
}
70
71
func
Fatal(v ...
interface
{}) {
72
mlog.Log(LOG_FATAL, fmt.Sprint(v...))
73
os.Exit(-1)
74
}
75
76
func
Fatalf(format string, v ...
interface
{}) {
77
mlog.Log(LOG_FATAL, fmt.Sprintf(format, v...))
Callers
nothing calls this directly
Calls
1
Log
Method · 0.80
Tested by
no test coverage detected