MCPcopy
hub / github.com/aceld/zinx / Fatal

Function Fatal

zlog/stdzlog.go:108–110  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

106}
107
108func Fatal(v ...interface{}) {
109 StdZinxLog.Fatal(v...)
110}
111
112func Panicf(format string, v ...interface{}) {
113 StdZinxLog.Panicf(format, v...)

Callers

nothing calls this directly

Calls 1

FatalMethod · 0.80

Tested by

no test coverage detected