(format string, args ...interface{})
| 270 | } |
| 271 | |
| 272 | func Printf(format string, args ...interface{}) { |
| 273 | global.Printf(format, args...) |
| 274 | } |
| 275 | |
| 276 | func Printj(j JSON) { |
| 277 | global.Printj(j) |
nothing calls this directly
no test coverage detected
searching dependent graphs…