aboutsummaryrefslogtreecommitdiff
path: root/api/go1.16.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-11-28 11:02:23 -0500
committerGopher Robot <gobot@golang.org>2022-12-02 16:30:21 +0000
commit5a4e440f489d110c80e4265560cab2101a2fcdc4 (patch)
treeacda6bfa7ef3a5313dbb1e3ce47fd8b58a06cd64 /api/go1.16.txt
parentd71b1c3dcc2039f44fb2e3f271997ee260e6685b (diff)
downloadgo-5a4e440f489d110c80e4265560cab2101a2fcdc4.tar.gz
go-5a4e440f489d110c80e4265560cab2101a2fcdc4.zip
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>
Diffstat (limited to 'api/go1.16.txt')
-rw-r--r--api/go1.16.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/go1.16.txt b/api/go1.16.txt
index 11400965d1..b06d64c3d3 100644
--- a/api/go1.16.txt
+++ b/api/go1.16.txt
@@ -506,6 +506,10 @@ pkg archive/zip, method (*File) ModTime //deprecated
pkg archive/zip, method (*File) SetModTime //deprecated
pkg archive/zip, method (*FileHeader) ModTime //deprecated
pkg archive/zip, method (*FileHeader) SetModTime //deprecated
+pkg archive/zip, type FileHeader struct, CompressedSize //deprecated
+pkg archive/zip, type FileHeader struct, ModifiedDate //deprecated
+pkg archive/zip, type FileHeader struct, ModifiedTime //deprecated
+pkg archive/zip, type FileHeader struct, UncompressedSize //deprecated
pkg compress/flate, type ReadError //deprecated
pkg compress/flate, type WriteError //deprecated
pkg crypto/rc4, method (*Cipher) Reset //deprecated