(format string, args ...interface{})
| 294 | } |
| 295 | |
| 296 | func Infof(format string, args ...interface{}) { |
| 297 | global.Infof(format, args...) |
| 298 | } |
| 299 | |
| 300 | func Infoj(j JSON) { |
| 301 | global.Infoj(j) |
nothing calls this directly
no test coverage detected
searching dependent graphs…