updates
This commit is contained in:
parent
1fc3490ac4
commit
f8407162ad
203 changed files with 29726 additions and 11340 deletions
1
vendor/golang.org/x/net/webdav/file.go
generated
vendored
1
vendor/golang.org/x/net/webdav/file.go
generated
vendored
|
|
@ -163,6 +163,7 @@ type memFS struct {
|
|||
// - "/", "foo", false
|
||||
// - "/foo/", "bar", false
|
||||
// - "/foo/bar/", "x", true
|
||||
//
|
||||
// The frag argument will be empty only if dir is the root node and the walk
|
||||
// ends at that root node.
|
||||
func (fs *memFS) walk(op, fullname string, f func(dir *memFSNode, frag string, final bool) error) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue