diff --git a/doc/go1.17.html b/doc/go1.17.html index 894b8ae1336..cf856a1e735 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.
- 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.