mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
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 <khr@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Rhys Hiltner <rhys@justin.tv>
This commit is contained in:
parent
524210bbb2
commit
42f1b37b7b
1 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue