We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9994195 commit eaeff32Copy full SHA for eaeff32
1 file changed
README.md
@@ -55,6 +55,8 @@ type FS interface {
55
OpenFile(name string, flag int, perm os.FileMode) (*os.File, error)
56
Symlink(string, string) error
57
Remove(path string) error
58
+ Stat(name string) (os.FileInfo, error)
59
+ Chmod(name string, mode os.FileMode) error
60
}
61
```
62
0 commit comments