Remove io.Writer from fs.File
It was only used in a single test, which now uses plain *os.File instead.
This commit is contained in:
parent
9abef3bf1a
commit
1b20f6beec
4 changed files with 32 additions and 41 deletions
|
@ -26,7 +26,6 @@ type FS interface {
|
|||
// File is an open file on a file system.
|
||||
type File interface {
|
||||
io.Reader
|
||||
io.Writer
|
||||
io.Closer
|
||||
|
||||
Fd() uintptr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue