go/src/encoding
Russ Cox db4be8f510 encoding/csv: use proper doc comment for Deprecated notes
End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as deprecation notices. Rewrite the comments.

Change-Id: I275fa9aec403132fda45853e52daa22bc06fcd36
Reviewed-on: https://go-review.googlesource.com/c/go/+/453617
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-12-02 16:30:23 +00:00
..
ascii85 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
asn1 all: remove redundant type conversion 2022-10-06 04:37:00 +00:00
base32 all: remove redundant type conversion 2022-10-06 04:37:00 +00:00
base64 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
binary encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte 2022-08-08 17:29:13 +00:00
csv encoding/csv: use proper doc comment for Deprecated notes 2022-12-02 16:30:23 +00:00
gob encoding/gob: support large slices in slice decode helpers 2022-10-20 23:11:47 +00:00
hex encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
json all: add missing periods in comments 2022-11-18 17:59:44 +00:00
pem all: use strings.Builder where appropriate 2022-09-29 22:56:00 +00:00
xml Revert "encoding/xml: disallow empty namespace when prefix is set" 2022-11-29 22:25:08 +00:00
encoding.go