(format string, args ...interface{})
| 318 | } |
| 319 | |
| 320 | func Errorf(format string, args ...interface{}) { |
| 321 | global.Errorf(format, args...) |
| 322 | } |
| 323 | |
| 324 | func Errorj(j JSON) { |
| 325 | global.Errorj(j) |
nothing calls this directly
no test coverage detected
searching dependent graphs…