]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: add example and docs for anon fields
authorGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 23 Feb 2012 03:35:50 +0000 (01:35 -0200)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 23 Feb 2012 03:35:50 +0000 (01:35 -0200)
commit6c20f5c0135483da1127d15e724b2bf1608833d7
tree79fbacef24c4eef05eedae61c25026cc0d5e8c6b
parentadbadf444dada2ac8d659818d82279252d2d1f35
encoding/xml: add example and docs for anon fields

Anonymous pointer fields is not yet supported.
The problem is documented in issue 3108.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5694043
src/pkg/encoding/xml/example_test.go
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/read.go