()
| 195 | } |
| 196 | |
| 197 | func (f *fakeCompressor) Name() string { |
| 198 | // Use the name of an existing compressor to avoid interactions with other |
| 199 | // tests since compressors can't be un-registered. |
| 200 | return "fake" |
| 201 | } |
| 202 | |
| 203 | type nopWriteCloser struct { |
| 204 | io.Writer |
no outgoing calls
no test coverage detected