(i ...interface{})
| 302 | } |
| 303 | |
| 304 | func Warn(i ...interface{}) { |
| 305 | global.Warn(i...) |
| 306 | } |
| 307 | |
| 308 | func Warnf(format string, args ...interface{}) { |
| 309 | global.Warnf(format, args...) |
nothing calls this directly
no test coverage detected
searching dependent graphs…