MCPcopy 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
71func Fatal(v ...interface{}) {
72 mlog.Log(LOG_FATAL, fmt.Sprint(v...))
73 os.Exit(-1)
74}
75
76func Fatalf(format string, v ...interface{}) {
77 mlog.Log(LOG_FATAL, fmt.Sprintf(format, v...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected