go/src/encoding
Jes Cok c9ad32bd9f encoding/asn1: unmarshal bool values correctly dealing with the ANY type
Fixes #68241

Change-Id: I1ee81aa50c2f39f535ad27309e855f19acb2f2ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/595796
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
2024-09-23 18:05:24 +00:00
..
ascii85 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
asn1 encoding/asn1: unmarshal bool values correctly dealing with the ANY type 2024-09-23 18:05:24 +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