go/src/encoding/xml
Daniel Martí 03ac39ce5e std: remove unused bits of code all over the place
Some were never used, and some haven't been used for years.

One exception is net/http's readerAndCloser, which was only used in a
test. Move it to a test file.

While at it, remove a check in regexp that could never fire; the field
is an uint32, so it can never be negative.

Change-Id: Ia2200f6afa106bae4034045ea8233b452f38747b
Reviewed-on: https://go-review.googlesource.com/c/go/+/192621
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-09-02 12:57:37 +00:00
..
atom_test.go encoding/xml: improve package based on the suggestions from metalinter 2017-08-24 00:55:59 +00:00
example_marshaling_test.go encoding/xml, encoding/json: docs and examples using custom marshalers 2018-12-12 14:18:06 +00:00
example_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
example_text_marshaling_test.go encoding/xml, encoding/json: docs and examples using custom marshalers 2018-12-12 14:18:06 +00:00
marshal.go encoding/xml: rename fInnerXml to fInnerXML 2019-08-28 10:21:40 +00:00
marshal_test.go std: remove unused bits of code all over the place 2019-09-02 12:57:37 +00:00
read.go encoding/xml: rename fInnerXml to fInnerXML 2019-08-28 10:21:40 +00:00
read_test.go all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
typeinfo.go encoding/xml: rename fInnerXml to fInnerXML 2019-08-28 10:21:40 +00:00
xml.go encoding/xml: document HTMLAutoClose and HTMLEntity more 2018-08-02 20:47:47 +00:00
xml_test.go encoding/xml: fix valid character range 2018-05-09 17:31:08 +00:00