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

Function Panicf

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

Source from the content-addressed store, hash-verified

110}
111
112func Panicf(format string, v ...interface{}) {
113 StdZinxLog.Panicf(format, v...)
114}
115
116func Panic(v ...interface{}) {
117 StdZinxLog.Panic(v...)

Callers

nothing calls this directly

Calls 1

PanicfMethod · 0.80

Tested by

no test coverage detected