go/src/encoding
Jes Cok e2459e627f encoding/binary: use built-in clear to simplify code
Change-Id: I2f3c7f4a4848ad0fbbf79bd8919b1e2abee72f3f
GitHub-Last-Rev: 06d0047b28
GitHub-Pull-Request: golang/go#66136
Reviewed-on: https://go-review.googlesource.com/c/go/+/569280
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2024-03-06 19:15:56 +00:00
..
ascii85 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
asn1 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
base32 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
base64 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
binary encoding/binary: use built-in clear to simplify code 2024-03-06 19:15:56 +00:00
csv encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
gob encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
hex encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
json encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint} 2024-02-29 18:45:05 +00:00
pem encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
xml encoding/xml: display closing space in error message 2024-02-28 20:19:43 +00:00
encoding.go encoding: document when marshaling methods can be added 2023-05-23 19:43:37 +00:00