]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: remove some references to reverted CLs
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Jun 2023 15:53:54 +0000 (08:53 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 1 Jun 2023 16:02:44 +0000 (16:02 +0000)
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>
doc/go1.21.html

index da41a6e4a82b5bf23059d0f333759b74ff2ab56f..14ce575df18a2ec35c05874fcd0b63286c7c567d 100644 (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 -->