Fail implements logger interface
(args ...interface{})
| 75 | |
| 76 | // Fail implements logger interface |
| 77 | func (d *FakeLogger) Fail(args ...interface{}) {} |
| 78 | |
| 79 | // Failf implements logger interface |
| 80 | func (d *FakeLogger) Failf(format string, args ...interface{}) {} |
no outgoing calls