(format string, args ...interface{})
| 342 | } |
| 343 | |
| 344 | func Panicf(format string, args ...interface{}) { |
| 345 | global.Panicf(format, args...) |
| 346 | } |
| 347 | |
| 348 | func Panicj(j JSON) { |
| 349 | global.Panicj(j) |
nothing calls this directly
no test coverage detected
searching dependent graphs…