From fafc92d4a6756c00683513a21a8f055b01595792 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 24 Jun 2019 10:11:26 -0400 Subject: [PATCH] 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 --- doc/go1.13.html | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.50.0