From e63461bff042a8abe79e0ec3515eefbf56ba1d82 Mon Sep 17 00:00:00 2001 From: Aaron Sheah Date: Tue, 18 May 2021 15:40:17 +0100 Subject: [PATCH] archive/zip release doc --- doc/go1.17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index 4b2f4bce796..69cf15e8f88 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -247,7 +247,7 @@ Do not send CLs removing the interior tags from such phrases.
archive/zip

- TODO: https://golang.org/cl/312310: add File.OpenRaw, Writer.CreateRaw, Writer.Copy + The new methods File.OpenRaw, Writer.CreateRaw, Writer.Copy provide support for cases where performance is a primary concern.