(i ...interface{})
| 266 | } |
| 267 | |
| 268 | func Print(i ...interface{}) { |
| 269 | global.Print(i...) |
| 270 | } |
| 271 | |
| 272 | func Printf(format string, args ...interface{}) { |
| 273 | global.Printf(format, args...) |
nothing calls this directly
no test coverage detected
searching dependent graphs…