go/src/encoding
Jes Cok 76e44f42c8 encoding/gob: make use of maps.Clone
Change-Id: I6a23219a9e05350bdd9205e19165d5944f15de31
GitHub-Last-Rev: 8c295bf55f
GitHub-Pull-Request: golang/go#69429
Reviewed-on: https://go-review.googlesource.com/c/go/+/612719
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-09-13 21:04:06 +00:00
..
ascii85 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
asn1 encoding: use slices and maps to clean up tests 2024-07-25 00:23:58 +00:00
base32 encoding/base32, encoding/base64: document Decode to short buffer 2024-08-30 19:38:50 +00:00
base64 encoding/base32, encoding/base64: document Decode to short buffer 2024-08-30 19:38:50 +00:00
binary encoding/binary: add missing test helper calls 2024-07-23 19:17:29 +00:00
csv encoding: use slices and maps to clean up tests 2024-07-25 00:23:58 +00:00
gob encoding/gob: make use of maps.Clone 2024-09-13 21:04:06 +00:00
hex encoding/hex: don't overallocate memory in DecodeString 2024-05-08 19:30:23 +00:00
json encoding/json: add embedded structs to the UnmarshalTypeError's Field 2024-09-03 15:49:47 +00:00
pem encoding: use slices and maps to clean up tests 2024-07-25 00:23:58 +00:00
xml encoding/xml: allow ]]> in attribute values 2024-09-04 13:33:11 +00:00
encoding.go encoding: add TextAppender and BinaryAppender 2024-07-30 14:22:50 +00:00