]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix up race detector release note
authorKeith Randall <khr@golang.org>
Thu, 26 May 2022 16:58:18 +0000 (09:58 -0700)
committerKeith Randall <khr@golang.org>
Fri, 27 May 2022 15:13:07 +0000 (15:13 +0000)
It's already mentioned under runtime/race, we don't need it
also mentioned under runtime.

Change-Id: I538322b32d75b9642f3ead03539fccb95988ef8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/408875
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Rhys Hiltner <rhys@justin.tv>
doc/go1.19.html

index a0f6bc1ff1c593daf4002a7664c2a725daa25d26..76d4bc7eea5c9b659c7cccfaefb143104d53aee8 100644 (file)
@@ -308,16 +308,13 @@ Do not send CLs removing the interior tags from such phrases.
       the <code>-trimpath</code> flag set and the <code>GOROOT</code>
       variable is not set in the process environment.
     </p>
-    <p><!-- CL 333529 -->
-      TODO: <a href="https://go.dev/cl/333529">https://go.dev/cl/333529</a>: update runtime (v3)
-    </p>
   </dd>
 </dl><!-- runtime -->
 
-<dl id="runtime/race"><dt><a href="/pkg/runtime/race">runtime/race</a></dt>
+<dl id="runtime/race"><dt><a href="/pkg/runtime/race/">runtime/race</a></dt>
   <dd>
-    <p><!-- https://go.dev/issue/49761 -->
-      The race detector has been updgraded to use thread sanitizer
+    <p><!-- https://go.dev/issue/49761 --><!-- CL 333529 -->
+      The race detector has been upgraded to use thread sanitizer
       version v3.
       <ul>
         <li>