go/src/encoding
Axel Wagner 0173631d53 encoding/binary: add examples for varint functions
Change-Id: I191f6e46b452fadde9f641140445d843b0c7d534
Reviewed-on: https://go-review.googlesource.com/48604
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-08-03 21:00:45 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL 2017-04-24 22:23:56 +00:00
base32 encoding/base32: make NoPadding Encoding's DecodedLen return exact size 2017-07-06 21:16:45 +00:00
base64 encoding: fix endless loop in TestDecoderBuffering 2017-06-16 14:53:17 +00:00
binary encoding/binary: add examples for varint functions 2017-08-03 21:00:45 +00:00
csv encoding/csv: add option to reuse slices returned by Read 2017-04-26 15:55:56 +00:00
gob encoding/gob: warn about decoding data from untrusted sources 2017-06-29 03:24:29 +00:00
hex encoding/hex: change lookup table back to string 2017-04-18 18:16:08 +00:00
json encoding/json: ignore embedded fields of pointers to unexported non-structs 2017-07-22 01:29:58 +00:00
pem encoding/pem: yet another fuzz fake failure 2017-04-03 18:46:56 +00:00
xml encoding/xml: replace tinfoMap RWMutex with sync.Map 2017-04-28 14:36:14 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00