go/src/encoding
Jes Cok 83fe0e093d encoding/gob: add comma in field comment of userTypeInfo for consistency
Change-Id: I80c494a357195dad3ade98fcce0a6883303777ce
GitHub-Last-Rev: a30615f373
GitHub-Pull-Request: golang/go#62422
Reviewed-on: https://go-review.googlesource.com/c/go/+/524998
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2023-09-02 02:18:51 +00:00
..
ascii85 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
asn1 encoding/asn1: use reflect.TypeFor for known types 2023-08-30 19:53:38 +00:00
base32 encoding: optimize growth behavior in Encoding.AppendDecode 2023-08-19 22:25:23 +00:00
base64 encoding: optimize growth behavior in Encoding.AppendDecode 2023-08-19 22:25:23 +00:00
binary encoding/binary: on invalid type return -1 from Size 2023-06-20 18:28:44 +00:00
csv encoding/csv: correct Column docs 2023-08-19 23:05:33 +00:00
gob encoding/gob: add comma in field comment of userTypeInfo for consistency 2023-09-02 02:18:51 +00:00
hex encoding: add AppendEncode and AppendDecode 2023-08-17 16:23:42 +00:00
json encoding/json: adjust comment about encoding \b and \f 2023-08-29 06:07:22 +00:00
pem all: use strings.Builder where appropriate 2022-09-29 22:56:00 +00:00
xml encoding/xml: overriding by empty namespace when no new name declaration 2023-08-30 20:41:27 +00:00
encoding.go encoding: document when marshaling methods can be added 2023-05-23 19:43:37 +00:00