encoding/xml: allow attributes stored in pointers to be marshaled.
Dmitriy Shelenin authored
Fixes #5334.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/8653047
547f1a6f
Name Last commit Last update
..
archive archive/zip: allow user-extensible compression methods
bufio bufio: check buffer availability before reading in ReadFrom
builtin builtin: document print and println
bytes bytes: move IndexByte assembly to pkg runtime
compress compress/bzip2: support concatenated files
container container/list: fix typo in comment
crypto undo CL 12486043 / ab644299d124
database/sql database/sql: close statement before connection
debug runtime: convert .s textflags from numbers to symbolic constants.
encoding encoding/xml: allow attributes stored in pointers to be marshaled.
errors pkg: a slew of examples
expvar all: make tests able to run multiple times.
flag flag: export commandLine, the previously internal default FlagSet
fmt fmt: fix up zero padding
go all: fix up language in a couple of comments
hash hash: tweak the package docs
html all: fix up language in a couple of comments
image image/draw: fix typos found by "go vet".
index/suffixarray all: various typos
io io: let SectionReader seek past the end; document Seeker semantics more
log log/syslog: restore use of serverConn interface
math undo CL 12486043 / ab644299d124
mime undo CL 12486043 / ab644299d124
net net/mail: AddressList fails to parse addresses with a dot
os os: fix plan9 build
path
reflect
regexp
runtime
sort
strconv
strings
sync
syscall
testing
text
time
unicode
unsafe