diff options
author | Cherry Mui <cherryyz@google.com> | 2021-12-14 12:17:53 -0500 |
---|---|---|
committer | Cherry Mui <cherryyz@google.com> | 2021-12-14 17:22:06 +0000 |
commit | 46ba32a2ca304b0b73979736d6fb8013529e9172 (patch) | |
tree | 577f12f9d03bb8ce2bc5e77260fae41d49168c21 | |
parent | c1f012a0d9b4c7bc9f2a1474f4935e53eccd1794 (diff) | |
download | go-git-46ba32a2ca304b0b73979736d6fb8013529e9172.tar.gz |
doc/go1.18: remove residual TODOs
There doesn't seem anything that still needs to de done there.
Updates #47694.
Change-Id: I7909f566638332f3904d20a34f61d371af1d2da2
Reviewed-on: https://go-review.googlesource.com/c/go/+/371754
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Trust: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
-rw-r--r-- | doc/go1.18.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html index 67af3e6a90..5ab40280b5 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -411,12 +411,6 @@ Do not send CLs removing the interior tags from such phrases. types and <code>netip.AddrPort</code>. </p> -<h3>TODO</h3> - -<p> - TODO: complete this section -</p> - <h3 id="minor_library_changes">Minor changes to the library</h3> <p> @@ -425,10 +419,6 @@ Do not send CLs removing the interior tags from such phrases. in mind. </p> -<p> - TODO: complete this section -</p> - <dl id="bufio"><dt><a href="/pkg/bufio/">bufio</a></dt> <dd> <p><!-- CL 345569 --> |