quartz/pkg/mod/golang.org/x/net@v0.0.0-20210916014120-12bc252f5db8/webdav/internal/xml
Adam Gospodarczyk da2d93f602 Brain
2022-04-26 16:25:19 +02:00
..
atom_test.go Brain 2022-04-26 16:25:19 +02:00
example_test.go Brain 2022-04-26 16:25:19 +02:00
marshal_test.go Brain 2022-04-26 16:25:19 +02:00
marshal.go Brain 2022-04-26 16:25:19 +02:00
read_test.go Brain 2022-04-26 16:25:19 +02:00
read.go Brain 2022-04-26 16:25:19 +02:00
README Brain 2022-04-26 16:25:19 +02:00
typeinfo.go Brain 2022-04-26 16:25:19 +02:00
xml_test.go Brain 2022-04-26 16:25:19 +02:00
xml.go Brain 2022-04-26 16:25:19 +02:00

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