Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 8, 2024
1 parent 9994195 commit eaeff32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ type FS interface {
OpenFile(name string, flag int, perm os.FileMode) (*os.File, error)
Symlink(string, string) error
Remove(path string) error
Stat(name string) (os.FileInfo, error)
Chmod(name string, mode os.FileMode) error
}
```

Expand Down

0 comments on commit eaeff32

Please sign in to comment.