Skip to content

Commit 3980c4d

Browse files
committed
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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent d80d142 commit 3980c4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/go1.17.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
275275
<dl id="compress/lzw"><dt><a href="/pkg/compress/lzw/">compress/lzw</a></dt>
276276
<dd>
277277
<p><!-- CL 273667 -->
278-
TODO: <a href="https://golang.org/cl/273667">https://golang.org/cl/273667</a>: add Reset method to Reader and Writer
278+
The new
279+
<a href="/pkg/compress/lzw/#Reader.Reset"><code>Reader.Reset</code></a>
280+
and
281+
<a href="/pkg/compress/lzw/#Writer.Reset"><code>Writer.Reset</code></a>
282+
methods allow reuse of a <code>Reader</code> or <code>Writer</code>.
279283
</p>
280284
</dd>
281285
</dl><!-- compress/lzw -->

0 commit comments

Comments
 (0)