]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: add, support Marshaler interface
authorRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 18:58:28 +0000 (14:58 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 18:58:28 +0000 (14:58 -0400)
commit54bdfc007f78d448642d3b2c73a63f41f4c245f9
treeef7083c46668fcde5aebb0614810fc4670f5f9fe
parent84b0842a59b8bf8e890861f7859869fb73d8681c
encoding/xml: add, support Marshaler interface

See golang.org/s/go12xml for design.

Repeat of CL 12603044, which was submitted accidentally
and then rolled back.

Fixes #2771.
Fixes #4169.
Fixes #5975.
Fixes #6125.

R=golang-dev
CC=golang-dev
https://golang.org/cl/12919043
api/go1.1.txt
api/go1.txt
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go