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

Function Fatalf

zlog/stdzlog.go:104–106  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

102}
103
104func Fatalf(format string, v ...interface{}) {
105 StdZinxLog.Fatalf(format, v...)
106}
107
108func Fatal(v ...interface{}) {
109 StdZinxLog.Fatal(v...)

Callers

nothing calls this directly

Calls 1

FatalfMethod · 0.80

Tested by

no test coverage detected