(i ...interface{})
| 314 | } |
| 315 | |
| 316 | func Error(i ...interface{}) { |
| 317 | global.Error(i...) |
| 318 | } |
| 319 | |
| 320 | func Errorf(format string, args ...interface{}) { |
| 321 | global.Errorf(format, args...) |
nothing calls this directly
no test coverage detected
searching dependent graphs…