(format string, args ...interface{})
| 306 | } |
| 307 | |
| 308 | func Warnf(format string, args ...interface{}) { |
| 309 | global.Warnf(format, args...) |
| 310 | } |
| 311 | |
| 312 | func Warnj(j JSON) { |
| 313 | global.Warnj(j) |
nothing calls this directly
no test coverage detected
searching dependent graphs…