MCPcopy Create free account
hub / github.com/labstack/gommon / Panicf

Function Panicf

log/log.go:344–346  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

342}
343
344func Panicf(format string, args ...interface{}) {
345 global.Panicf(format, args...)
346}
347
348func Panicj(j JSON) {
349 global.Panicj(j)

Callers

nothing calls this directly

Calls 1

PanicfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…