(fileInfo FileInfo, readCloser io.ReadCloser)
| 32 | } |
| 33 | |
| 34 | func newFile(fileInfo FileInfo, readCloser io.ReadCloser) *file { |
| 35 | return &file{ |
| 36 | FileInfo: fileInfo, |
| 37 | ReadCloser: readCloser, |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | func (*file) isFile() {} |
no outgoing calls
no test coverage detected
searching dependent graphs…