(format string, args ...interface{})
| 282 | } |
| 283 | |
| 284 | func Debugf(format string, args ...interface{}) { |
| 285 | global.Debugf(format, args...) |
| 286 | } |
| 287 | |
| 288 | func Debugj(j JSON) { |
| 289 | global.Debugj(j) |
nothing calls this directly
no test coverage detected
searching dependent graphs…