mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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> |
||
|---|---|---|
| .. | ||
| atom_test.go | ||
| example_marshaling_test.go | ||
| example_test.go | ||
| example_text_marshaling_test.go | ||
| marshal.go | ||
| marshal_test.go | ||
| read.go | ||
| read_test.go | ||
| typeinfo.go | ||
| xml.go | ||
| xml_test.go | ||