1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:27:58 -07:00
go/src/encoding
cui fliter 1e12eab870 all: fix a large number of comments
Partial typo corrections, following https://go.dev/wiki/Spelling

Change-Id: I2357906ff2ea04305c6357418e4e9556e20375d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/573776
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-03-26 19:58:28 +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: cache struct sizes to speed up Read and Write for slice of structs. 2024-03-13 18:32:53 +00:00
csv encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
gob encoding/gob: close files used in dump.go and encgen.go 2024-03-22 16:39:09 +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 all: fix a large number of comments 2024-03-26 19:58:28 +00:00
encoding.go encoding: document when marshaling methods can be added 2023-05-23 19:43:37 +00:00