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.
1 parent f5da9b8 commit f5bb85aCopy full SHA for f5bb85a
pathrs-lite/mkdir_purego.go
@@ -37,6 +37,6 @@ import (
37
// should use MkdirAllHandle.
38
//
39
// [SecureJoin]: https://pkg.go.dev/github.com/cyphar/filepath-securejoin#SecureJoin
40
-func MkdirAllHandle(root *os.File, unsafePath string, mode os.FileMode) (_ *os.File, Err error) {
+func MkdirAllHandle(root *os.File, unsafePath string, mode os.FileMode) (*os.File, error) {
41
return gopathrs.MkdirAllHandle(root, unsafePath, mode)
42
}
0 commit comments