1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00
go/src/encoding
Russ Cox 970ce1c866 encoding/xml: update docs for Token
Fixes #13757.

Change-Id: I1b52593df8df0e98ce7342767eb34eccecc11761
Reviewed-on: https://go-review.googlesource.com/18854
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-01-24 16:07:30 +00:00
..
ascii85
asn1 encoding/asn1: fix off-by-one in parseBase128Int. 2016-01-06 01:41:27 +00:00
base32
base64 encoding/base64: fix streaming decode of padding-free base64 2016-01-08 15:07:45 +00:00
binary encoding/binary: document that Read returns io.EOF iff zero bytes are read 2015-09-30 22:10:44 +00:00
csv encoding/csv: indicate package of EOF in docs 2015-10-14 00:46:21 +00:00
gob encoding/gob: document behavior of zero-valued arrays, slices, and maps 2015-12-07 20:41:31 +00:00
hex
json encoding/json: doc: Decode only writes to exported fields 2016-01-08 16:15:25 +00:00
pem encoding/pem: make TestFuzz testing/quick safe 2015-12-08 19:27:20 +00:00
xml encoding/xml: update docs for Token 2016-01-24 16:07:30 +00:00
encoding.go