fs: remove unused methods from File interface
This commit is contained in:
parent
f0329bb4e6
commit
6c16733dfd
2 changed files with 0 additions and 10 deletions
|
@ -29,9 +29,7 @@ type File interface {
|
|||
io.Reader
|
||||
io.Closer
|
||||
|
||||
Fd() uintptr
|
||||
Readdirnames(n int) ([]string, error)
|
||||
Seek(int64, int) (int64, error)
|
||||
Stat() (os.FileInfo, error)
|
||||
Name() string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue