MCPcopy Create free account
hub / github.com/crewjam/saml / Panicf

Method Panicf

logger/logger.go:25–25  ·  view source on GitHub ↗

Panicf is equivalent to Printf() followed by a call to panic().

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

23 Panic(v ...interface{})
24 // Panicf is equivalent to Printf() followed by a call to panic().
25 Panicf(format string, v ...interface{})
26 // Panicln is equivalent to Println() followed by a call to panic().
27 Panicln(v ...interface{})
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected