updated dependencies
This commit is contained in:
parent
088bd1f03e
commit
e95910d920
148 changed files with 18553 additions and 2442 deletions
2
vendor/golang.org/x/net/webdav/xml.go
generated
vendored
2
vendor/golang.org/x/net/webdav/xml.go
generated
vendored
|
|
@ -113,7 +113,7 @@ func escape(s string) string {
|
|||
return s
|
||||
}
|
||||
|
||||
// Next returns the next token, if any, in the XML stream of d.
|
||||
// next returns the next token, if any, in the XML stream of d.
|
||||
// RFC 4918 requires to ignore comments, processing instructions
|
||||
// and directives.
|
||||
// http://www.webdav.org/specs/rfc4918.html#property_values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue