You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
veypi 2766dd99bd webdav 1 month ago
..
README webdav 1 month ago
atom_test.go webdav 1 month ago
example_test.go webdav 1 month ago
marshal.go webdav 1 month ago
marshal_test.go webdav 1 month ago
read.go webdav 1 month ago
read_test.go webdav 1 month ago
typeinfo.go webdav 1 month ago
xml.go webdav 1 month ago
xml_test.go webdav 1 month ago

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