dns/vendor/golang.org/x/net/webdav/internal/xml
Tom Thorogood 7eca355503 Run dep ensure -update (#770)
This uses the latest dep as of golang/dep@3c04147.

While we're here, add the missing constraints to Gopkg.toml.
2018-10-05 18:29:45 +01:00
..
README Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
atom_test.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
example_test.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
marshal.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
marshal_test.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
read.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
read_test.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
typeinfo.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
xml.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00
xml_test.go Run dep ensure -update (#770) 2018-10-05 18:29:45 +01:00

README

This is a fork of the encoding/xml package at ca1d6c4, the last commit before
https://go.googlesource.com/go/+/c0d6d33 "encoding/xml: restore Go 1.4 name
space behavior" made late in the lead-up to the Go 1.5 release.

The list of encoding/xml changes is at
https://go.googlesource.com/go/+log/master/src/encoding/xml

This fork is temporary, and I (nigeltao) expect to revert it after Go 1.6 is
released.

See http://golang.org/issue/11841