1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/encoding
Rob Pike b790ad5ac0 encoding/gob: document that zero elements of arrays and slices are sent
Fixes #13378

Change-Id: Ia78624ca1aa36ee906cef15416ea5554fa8229f2
Reviewed-on: https://go-review.googlesource.com/17201
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-11-24 19:06:11 +00:00
..
ascii85
asn1 encoding/asn1: enforce use of short form lengths. 2015-11-18 00:53:49 +00:00
base32
base64 encoding/base64,xml: map/slice literals janitoring 2015-09-11 14:05:40 +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 that zero elements of arrays and slices are sent 2015-11-24 19:06:11 +00:00
hex
json encoding/json: use reflect.SetBytes when decoding bytes 2015-11-14 23:41:46 +00:00
pem
xml encoding/xml: check for exported fields in embedded structs 2015-10-26 11:26:11 +00:00
encoding.go