parent
e517332a65
commit
ae4501ae21
26 changed files with 1357 additions and 623 deletions
src/vfs
|
@ -19,6 +19,7 @@ type File interface {
|
|||
ctxio.Reader
|
||||
ctxio.ReaderAt
|
||||
ctxio.Closer
|
||||
ctxio.Seeker
|
||||
}
|
||||
|
||||
var ErrNotImplemented = errors.New("not implemented")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue