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

..02-Dec-2020-

READMEH A D02-Dec-2020441 128

atom_test.goH A D02-Dec-20201.6 KiB5746

example_test.goH A D02-Dec-20203.7 KiB152101

marshal.goH A D02-Dec-202035 KiB1,224937

marshal_test.goH A D02-Dec-202047.8 KiB1,9401,765

read.goH A D02-Dec-202019.8 KiB693448

read_test.goH A D02-Dec-202020.4 KiB745646

typeinfo.goH A D02-Dec-20209.5 KiB372286

xml.goH A D02-Dec-202045 KiB1,9991,633

xml_test.goH A D02-Dec-202019.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