go/src/encoding
Jes Cok 97571f3610 encoding/json: use builtin min function in appendString
To make code a bit simpler.

Change-Id: I59fca1d5760e304abd53873ecf9ca8b2903e02e8
GitHub-Last-Rev: 1369df6da1
GitHub-Pull-Request: golang/go#71873
Reviewed-on: https://go-review.googlesource.com/c/go/+/651355
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
2025-02-25 11:49:13 -08:00
..
ascii85 encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
asn1 encoding/asn1: use slices.Equal in ObjectIdentifier.Equal 2024-10-08 15:08:01 +00:00
base32 encoding/base64, encoding/base32: add doc details to DecodeString and AppendDecode 2024-12-06 20:49:45 +00:00
base64 encoding/base64: use internal/byteorder 2025-02-06 16:40:55 -08:00
binary encoding/binary: add documentation for endian methods 2024-12-30 12:32:26 -08:00
csv encoding: use slices and maps to clean up tests 2024-07-25 00:23:58 +00:00
gob all: replace reflect.Value.Type.Kind with reflect.Value.Kind 2025-02-03 10:30:40 -08:00
hex encoding/hex: don't overallocate memory in DecodeString 2024-05-08 19:30:23 +00:00
json encoding/json: use builtin min function in appendString 2025-02-25 11:49:13 -08:00
pem encoding: use slices and maps to clean up tests 2024-07-25 00:23:58 +00:00
xml all: replace reflect.Value.Type.Kind with reflect.Value.Kind 2025-02-03 10:30:40 -08:00
encoding.go encoding: add TextAppender and BinaryAppender 2024-07-30 14:22:50 +00:00