From: Joe Tsai Date: Fri, 7 May 2021 17:47:47 +0000 (-0700) Subject: doc/go1.17: fill in TODO for compress/lzw package X-Git-Tag: go1.17beta1~204 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3980c4db19;p=gostls13.git 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 Reviewed-by: Dmitri Shuralyov --- 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.
compress/lzw

- TODO: https://golang.org/cl/273667: add Reset method to Reader and Writer + The new + Reader.Reset + and + Writer.Reset + methods allow reuse of a Reader or Writer.