Brad Fitzpatrick a91f0712d1 icmp, webdav/internal/xml: avoid string(int) vor 4 Jahren
..
README 3a29182c25 webdav: use an internal fork of encoding/xml. vor 9 Jahren
atom_test.go 3a29182c25 webdav: use an internal fork of encoding/xml. vor 9 Jahren
example_test.go 5d997795f7 all: make copyright headers consistent with one space after period vor 8 Jahren
marshal.go 357296a763 all: single space after period vor 7 Jahren
marshal_test.go 5bc3a08dc8 webdav: gofmt -w -s vor 8 Jahren
read.go 357296a763 all: single space after period vor 7 Jahren
read_test.go 3a29182c25 webdav: use an internal fork of encoding/xml. vor 9 Jahren
typeinfo.go 5d997795f7 all: make copyright headers consistent with one space after period vor 8 Jahren
xml.go a91f0712d1 icmp, webdav/internal/xml: avoid string(int) vor 4 Jahren
xml_test.go 5d997795f7 all: make copyright headers consistent with one space after period vor 8 Jahren

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