commit | 0442087f93d49dec95cd327efbc8c760484ac8bb | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Tue Jan 24 01:10:32 2012 -0200 |
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Tue Jan 24 01:10:32 2012 -0200 |
tree | 4cd83269db3ed504f0b598efbcdaed4a6d884a3f | |
parent | 6d7e9382b49cbb0969f352af10def6c84740a0d3 [diff] |
encoding/xml: bring API closer to other packages Includes gofix module. The only case not covered should be xml.Unmarshal, since it remains with a similar interface, and would require introspecting the type of its first argument better. Fixes #2626. R=golang-dev, rsc, gustavo CC=golang-dev https://golang.org/cl/5574053