From: Andrew Date: Mon, 24 Jun 2019 14:11:26 +0000 (-0400) Subject: doc/go1.13: remove bytes TODO since it does not require a release note X-Git-Tag: go1.13beta1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fafc92d4a6756c00683513a21a8f055b01595792;p=gostls13.git doc/go1.13: remove bytes TODO since it does not require a release note Change-Id: I8c19c6df6fec74dcc8c3bfdc667576ea00e86ec1 Reviewed-on: https://go-review.googlesource.com/c/go/+/183617 Reviewed-by: Katie Hockman --- diff --git a/doc/go1.13.html b/doc/go1.13.html index d8ef6db073..2c2b0c1728 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -359,10 +359,6 @@ TODO
bytes
-

- TODO: https://golang.org/cl/161760: hoist error creation out of function -

-

The new ToValidUTF8 function returns a copy of a given byte slice with each run of invalid UTF-8 byte sequences replaced by a given slice.