• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Dec-2019-

READMEH A D07-Dec-2019441 128

atom_test.goH A D07-Dec-20191.6 KiB5746

example_test.goH A D07-Dec-20193.7 KiB152101

marshal.goH A D07-Dec-201935 KiB1,224937

marshal_test.goH A D07-Dec-201947.8 KiB1,9401,765

read.goH A D07-Dec-201919.8 KiB693448

read_test.goH A D07-Dec-201920.4 KiB745646

typeinfo.goH A D07-Dec-20199.5 KiB372286

xml.goH A D07-Dec-201945 KiB1,9991,633

xml_test.goH A D07-Dec-201919.3 KiB753670

README

1This is a fork of the encoding/xml package at ca1d6c4, the last commit before
2https://go.googlesource.com/go/+/c0d6d33 "encoding/xml: restore Go 1.4 name
3space behavior" made late in the lead-up to the Go 1.5 release.
4
5The list of encoding/xml changes is at
6https://go.googlesource.com/go/+log/master/src/encoding/xml
7
8This fork is temporary, and I (nigeltao) expect to revert it after Go 1.6 is
9released.
10
11See http://golang.org/issue/11841
12