aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2021-05-07 10:47:47 -0700
committerJoe Tsai <thebrokentoaster@gmail.com>2021-05-07 21:01:09 +0000
commit3980c4db192783c6aefa0a5978e553046c9c7dea (patch)
tree2982f645f45f87e59cdb3eebe7979bedb9defe09 /doc
parentd80d1427a8119eed6e668caba4314140edbcb4b8 (diff)
downloadgo-3980c4db192783c6aefa0a5978e553046c9c7dea.tar.gz
go-3980c4db192783c6aefa0a5978e553046c9c7dea.zip
doc/go1.17: fill in TODO for compress/lzw package
Fixes #46005 Change-Id: I80ca21eb64d245749af62506ba960dbc1726c6c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/318012 Trust: Joe Tsai <joetsai@digital-static.net> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 894b8ae133..cf856a1e73 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -275,7 +275,11 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="compress/lzw"><dt><a href="/pkg/compress/lzw/">compress/lzw</a></dt>
<dd>
<p><!-- CL 273667 -->
- TODO: <a href="https://golang.org/cl/273667">https://golang.org/cl/273667</a>: add Reset method to Reader and Writer
+ The new
+ <a href="/pkg/compress/lzw/#Reader.Reset"><code>Reader.Reset</code></a>
+ and
+ <a href="/pkg/compress/lzw/#Writer.Reset"><code>Writer.Reset</code></a>
+ methods allow reuse of a <code>Reader</code> or <code>Writer</code>.
</p>
</dd>
</dl><!-- compress/lzw -->