aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <andybons@golang.org>2019-06-24 10:11:26 -0400
committerAndrew Bonventre <andybons@golang.org>2019-06-24 18:23:08 +0000
commitfafc92d4a6756c00683513a21a8f055b01595792 (patch)
treeca4b0a6025f2d2ebaad4f29c3dd43b5a4d357fd3
parentc290cb6338fe9ce7d8ade3adbb4acd0f0e6172e4 (diff)
downloadgo-fafc92d4a6756c00683513a21a8f055b01595792.tar.gz
go-fafc92d4a6756c00683513a21a8f055b01595792.zip
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 <katie@golang.org>
-rw-r--r--doc/go1.13.html4
1 files changed, 0 insertions, 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
<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.