]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: correct GOOS to GOARCH (another location)
authorIan Lance Taylor <iant@golang.org>
Wed, 21 Jun 2023 20:21:00 +0000 (13:21 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 21 Jun 2023 20:42:55 +0000 (20:42 +0000)
Change-Id: Ie71bc41bd7f1aecf6ce69a8b310668fdd03da42b
Reviewed-on: https://go-review.googlesource.com/c/go/+/504880
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Rhys Hiltner <rhys@justin.tv>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
doc/go1.21.html

index c25f94a2d96579a8a55b4670f19d969930b12e71..cbba30975ec8979bef3d3b66a618d6b406610216 100644 (file)
@@ -511,7 +511,7 @@ Do not send CLs removing the interior tags from such phrases.
 <dl id="crypto/sha256"><dt><a href="/pkg/crypto/sha256/">crypto/sha256</a></dt>
   <dd>
     <p><!-- https://go.dev/issue/50543, CL 408795 -->
-      SHA-224 and SHA-256 operations now use native instructions when available when <code>GOOS=amd64</code>, providing a performance improvement on the order of 3-4x.
+      SHA-224 and SHA-256 operations now use native instructions when available when <code>GOARCH=amd64</code>, providing a performance improvement on the order of 3-4x.
     </p>
   </dd>
 </dl><!-- crypto/sha256 -->