]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.13: remove bytes TODO since it does not require a release note
authorAndrew <andybons@golang.org>
Mon, 24 Jun 2019 14:11:26 +0000 (10:11 -0400)
committerAndrew Bonventre <andybons@golang.org>
Mon, 24 Jun 2019 18:23:08 +0000 (18:23 +0000)
Change-Id: I8c19c6df6fec74dcc8c3bfdc667576ea00e86ec1
Reviewed-on: https://go-review.googlesource.com/c/go/+/183617
Reviewed-by: Katie Hockman <katie@golang.org>
doc/go1.13.html

index d8ef6db073f6e7633b2561a77bb8fbeb3c935753..2c2b0c1728ef231be82c05516af52e201acdf2e6 100644 (file)
@@ -359,10 +359,6 @@ TODO
 
 <dl id="bytes"><dt><a href="/pkg/bytes/">bytes</a></dt>
   <dd>
-    <p><!-- CL 161760 -->
-      TODO: <a href="https://golang.org/cl/161760">https://golang.org/cl/161760</a>: hoist error creation out of function
-    </p>
-
     <p>
       The new <a href="/pkg/bytes/#ToValidUTF8"><code>ToValidUTF8</code></a> function returns a
       copy of a given byte slice with each run of invalid UTF-8 byte sequences replaced by a given slice.