From 42f1b37b7b46714455a3a54e506bff982aa50fa2 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Thu, 26 May 2022 09:58:18 -0700 Subject: [PATCH] doc: fix up race detector release note 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 Reviewed-by: Carlos Amedee Reviewed-by: Rhys Hiltner --- doc/go1.19.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index a0f6bc1ff1..76d4bc7eea 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -308,16 +308,13 @@ Do not send CLs removing the interior tags from such phrases. the -trimpath flag set and the GOROOT variable is not set in the process environment.

-

- TODO: https://go.dev/cl/333529: update runtime (v3) -

-
runtime/race
+
runtime/race
-

- The race detector has been updgraded to use thread sanitizer +

+ The race detector has been upgraded to use thread sanitizer version v3.

  • -- 2.50.0