]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: use proper doc comment for Deprecated notes
authorRuss Cox <rsc@golang.org>
Mon, 28 Nov 2022 16:02:52 +0000 (11:02 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 2 Dec 2022 16:30:23 +0000 (16:30 +0000)
commitdb4be8f510f0c4cddd45f51bcb24168414d9e2b2
tree4f933ca51f929fcc9fa6f7fa40ea4dfad606a603
parent5a4e440f489d110c80e4265560cab2101a2fcdc4
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>
api/go1.16.txt
src/encoding/csv/reader.go