Closed
Description
As reported by cmd/api (yay bradfitz) xml.Encoder now has an undocumented Reset method. This arose when the same method arrived for bufio.Writer. It's not the only secret method. http://play.golang.org/p/PDNKC2oMsN Let's tidy this up.