[feature] file exclude
This commit is contained in:
parent
0350ecba9a
commit
0332206560
13 changed files with 243 additions and 19 deletions
src/host/vfs
|
@ -30,6 +30,7 @@ type Filesystem interface {
|
|||
ReadDir(path string) ([]fs.DirEntry, error)
|
||||
|
||||
Stat(filename string) (fs.FileInfo, error)
|
||||
Unlink(filename string) error
|
||||
}
|
||||
|
||||
const defaultMode = fs.FileMode(0555)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue