Panicf is equivalent to Printf() followed by a call to panic().
(format string, v ...interface{})
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected