go/src/encoding
Mostyn Bramley-Moore d459962967 encoding/gob: mention that Encoder and Decoder are safe for concurrent use
Fixes #29416

Change-Id: I24364bfee77aceace53f85f1046ef4d73f8feebb

Change-Id: I24364bfee77aceace53f85f1046ef4d73f8feebb
GitHub-Last-Rev: ad9f311457
GitHub-Pull-Request: golang/go#29417
Reviewed-on: https://go-review.googlesource.com/c/155742
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-12-28 22:14:11 +00:00
..
ascii85
asn1 all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
base32 all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
base64 encoding/base64: fix typo in decodeQuantum docs 2018-10-12 14:36:03 +00:00
binary encoding/binary: simplify Read and Write 2018-09-04 14:52:30 +00:00
csv encoding/csv: disallow quote for use as Comma 2018-03-09 00:33:43 +00:00
gob encoding/gob: mention that Encoder and Decoder are safe for concurrent use 2018-12-28 22:14:11 +00:00
hex encoding/hex: pre-allocate Dump buffer 2018-08-21 02:10:52 +00:00
json encoding/xml, encoding/json: docs and examples using custom marshalers 2018-12-12 14:18:06 +00:00
pem encoding/pem: test getLine does not include trailing whitespace 2018-11-19 23:35:21 +00:00
xml encoding/xml, encoding/json: docs and examples using custom marshalers 2018-12-12 14:18:06 +00:00
encoding.go