func(format string, args ...interface{})
| 1 | package network |
| 2 | |
| 3 | type DebugFunc func(format string, args ...interface{}) |
| 4 | |
| 5 | var Debug = func(format string, args ...interface{}) { |
| 6 |
nothing calls this directly
no outgoing calls
no test coverage detected