]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: fill in TODO for compress/lzw package
authorJoe Tsai <joetsai@digital-static.net>
Fri, 7 May 2021 17:47:47 +0000 (10:47 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Fri, 7 May 2021 21:01:09 +0000 (21:01 +0000)
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>
doc/go1.17.html

index 894b8ae13366fc959edb6d8cc0f42d536cadc39f..cf856a1e735dbb18a11de000655cfd559ac58155 100644 (file)
@@ -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 -->