fs: remove Open method from FS interface
This commit is contained in:
parent
263709da8c
commit
507842b614
8 changed files with 21 additions and 104 deletions
|
@ -7,7 +7,6 @@ import (
|
|||
|
||||
// FS bundles all methods needed for a file system.
|
||||
type FS interface {
|
||||
Open(name string) (File, error)
|
||||
OpenFile(name string, flag int, perm os.FileMode) (File, error)
|
||||
Stat(name string) (os.FileInfo, error)
|
||||
Lstat(name string) (os.FileInfo, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue