]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: support generic encoding interfaces
authorRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 22:52:09 +0000 (18:52 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 22:52:09 +0000 (18:52 -0400)
commit904e11361581a5e0f3ffa3576489fe994bfeff6a
treeca36d3f9b8706e74919ec23f100bda1fc1508bae
parent3ec0427a074ccb31e2e4824f27aee9c8fe6de65d
encoding/xml: support generic encoding interfaces

Remove custom support for time.Time.
No new tests: the tests for the time.Time special case
now test the general case.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12751045
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/read.go
src/pkg/encoding/xml/xml.go
src/pkg/go/build/deps_test.go