From: Keith Randall Date: Thu, 26 May 2022 16:58:18 +0000 (-0700) Subject: doc: fix up race detector release note X-Git-Tag: go1.19beta1~103 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=42f1b37b7b46714455a3a54e506bff982aa50fa2;p=gostls13.git 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 --- 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.