]> Cypherpunks repositories - gostls13.git/commit
archive/zip: use proper doc comment for Deprecated notes
authorRuss Cox <rsc@golang.org>
Mon, 28 Nov 2022 16:02:23 +0000 (11:02 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 2 Dec 2022 16:30:21 +0000 (16:30 +0000)
commit5a4e440f489d110c80e4265560cab2101a2fcdc4
treeacda6bfa7ef3a5313dbb1e3ce47fd8b58a06cd64
parentd71b1c3dcc2039f44fb2e3f271997ee260e6685b
archive/zip: 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: Idc4681924f9a7e9ead62f672ef8a763e70db1f0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/453616
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
api/go1.16.txt
src/archive/zip/struct.go