| 63 | const fakeSource = "testdata/file1000.src" |
| 64 | |
| 65 | type fakeObj struct{} |
| 66 | |
| 67 | func (f fakeObj) Close() error { return nil } |
| 68 | func (f fakeObj) Name() string { return "testbin" } |
nothing calls this directly
no outgoing calls
no test coverage detected