(i ...interface{})
| 278 | } |
| 279 | |
| 280 | func Debug(i ...interface{}) { |
| 281 | global.Debug(i...) |
| 282 | } |
| 283 | |
| 284 | func Debugf(format string, args ...interface{}) { |
| 285 | global.Debugf(format, args...) |
nothing calls this directly
no test coverage detected
searching dependent graphs…