| 97 | } |
| 98 | |
| 99 | type outputT struct { |
| 100 | buf *bytes.Buffer |
| 101 | helpers map[string]struct{} |
| 102 | } |
| 103 | |
| 104 | // Implements TestingT |
| 105 | func (t *outputT) Errorf(format string, args ...interface{}) { |
nothing calls this directly
no outgoing calls
no test coverage detected