aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Sheah <aaronsheah@gmail.com>2021-05-18 14:54:02 +0000
committerHeschi Kreinick <heschi@google.com>2021-05-21 17:35:02 +0000
commit5fee772c872fcbf35c059b241d0b60c0aecd0f20 (patch)
tree97f9033a433409881e3993dfbcea8c9fe1a870b7 /doc
parent3148694f607b77731420a20ef2117ac7d0d55ba3 (diff)
downloadgo-5fee772c872fcbf35c059b241d0b60c0aecd0f20.tar.gz
go-5fee772c872fcbf35c059b241d0b60c0aecd0f20.zip
doc/go1.17: document archive/zip changes for Go 1.17
For #44513. Fixes #46000 Change-Id: I299d0b5657f1f96174d6e35d60daac8b36e59d29 GitHub-Last-Rev: e63461bff042a8abe79e0ec3515eefbf56ba1d82 GitHub-Pull-Request: golang/go#46235 Reviewed-on: https://go-review.googlesource.com/c/go/+/320809 Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Robert Findley <rfindley@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 48b5563602..ae9deabf65 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -272,7 +272,7 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="archive/zip"><dt><a href="/pkg/archive/zip/">archive/zip</a></dt>
<dd>
<p><!-- CL 312310 -->
- TODO: <a href="https://golang.org/cl/312310">https://golang.org/cl/312310</a>: add File.OpenRaw, Writer.CreateRaw, Writer.Copy
+ The new methods <a href="/pkg/archive/zip#File.OpenRaw"><code>File.OpenRaw</code></a>, <a href="/pkg/archive/zip#Writer.CreateRaw"><code>Writer.CreateRaw</code></a>, <a href="/pkg/archive/zip#Writer.Copy"><code>Writer.Copy</code></a> provide support for cases where performance is a primary concern.
</p>
</dd>
</dl><!-- archive/zip -->