doc/go1.21: remove some references to reverted CLs

Change-Id: Id9a8871af9cc3ac26be539877f2eea3462db6f3d
Reviewed-on: https://go-review.googlesource.com/c/go/+/499955
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
This commit is contained in:
Ian Lance Taylor 2023-06-01 08:53:54 -07:00 committed by Gopher Robot
parent a469983943
commit fecb31f672
1 changed files with 3 additions and 19 deletions

View File

@ -459,13 +459,9 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- crypto/rsa -->
<dl id="crypto/sha1"><dt><a href="/pkg/crypto/sha1/">crypto/sha1</a></dt>
<dd>
<p><!-- CL 483815 -->
TODO: <a href="https://go.dev/cl/483815">https://go.dev/cl/483815</a>: crypto/sha1: add WriteString and WriteByte method
</p>
</dd>
</dl><!-- crypto/sha1 -->
<!-- CL 483815 reverted -->
<!-- CL 481478 reverted -->
<!-- CL 483816 reverted -->
<dl id="crypto/sha256"><dt><a href="/pkg/crypto/sha256/">crypto/sha256</a></dt>
<dd>
@ -476,21 +472,9 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- CL 408795 -->
TODO: <a href="https://go.dev/cl/408795">https://go.dev/cl/408795</a>: crypto/sha256: add sha-ni implementation; crypto/sha256 uses Intel SHA extensions on new enough x86 processors, making it 3-4X faster.
</p>
<p><!-- CL 481478 -->
TODO: <a href="https://go.dev/cl/481478">https://go.dev/cl/481478</a>: crypto/sha256: add WriteString and WriteByte method
</p>
</dd>
</dl><!-- crypto/sha256 -->
<dl id="crypto/sha512"><dt><a href="/pkg/crypto/sha512/">crypto/sha512</a></dt>
<dd>
<p><!-- CL 483816 -->
TODO: <a href="https://go.dev/cl/483816">https://go.dev/cl/483816</a>: crypto/sha512: add WriteString and WriteByte method
</p>
</dd>
</dl><!-- crypto/sha512 -->
<dl id="crypto/x509"><dt><a href="/pkg/crypto/x509/">crypto/x509</a></dt>
<dd>
<p><!-- https://go.dev/issue/53573 -->