]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: allow attributes stored in pointers to be marshaled.
authorDmitriy Shelenin <deemok@googlemail.com>
Thu, 8 Aug 2013 17:40:51 +0000 (10:40 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Aug 2013 17:40:51 +0000 (10:40 -0700)
commit547f1a6fe7915193d6c28dac21648f08e2f67bd9
treeb98df17b3a62038938e6d3081f685a3e8d9c07f0
parent315511585481ccc93b6524b49d9f5c3f5b59e7fc
encoding/xml: allow attributes stored in pointers to be marshaled.

Fixes #5334.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/8653047
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go