We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fs
1 parent 31a5c6a commit 28078f2Copy full SHA for 28078f2
internal/filesystem/filesystem.go
@@ -111,9 +111,6 @@ const (
111
const (
112
Root = "."
113
114
- ErrPath = generic.ConstError("path not valid")
115
- ErrNotFound = generic.ConstError("file not found")
116
- ErrNotOpen = generic.ConstError("file is not open")
117
ErrIsDir = generic.ConstError("file is a directory")
118
ErrIsNotDir = generic.ConstError("file is not a directory")
119
)
0 commit comments