Infof is for reporting informational messages.
(format string, args ...interface{})
| 39 | Debugf(format string, args ...interface{}) |
| 40 | // Infof is for reporting informational messages. |
| 41 | Infof(format string, args ...interface{}) |
| 42 | // Errorf is for reporting errors. |
| 43 | Errorf(format string, args ...interface{}) |
| 44 | } |
no outgoing calls
no test coverage detected