mirror of https://github.com/golang/go.git
doc/articles/race_detector.html: add darwin/arm64
Updates #38485. Change-Id: I46f515973c0a31d7c3e0e05ce006121c60c4041e Reviewed-on: https://go-review.googlesource.com/c/go/+/268497 Trust: Cherry Zhang <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
5e181357c7
commit
8badef4cf6
|
|
@ -418,7 +418,7 @@ close(c)
|
|||
<code>linux/amd64</code>, <code>linux/ppc64le</code>,
|
||||
<code>linux/arm64</code>, <code>freebsd/amd64</code>,
|
||||
<code>netbsd/amd64</code>, <code>darwin/amd64</code>,
|
||||
and <code>windows/amd64</code>.
|
||||
<code>darwin/arm64</code>, and <code>windows/amd64</code>.
|
||||
</p>
|
||||
|
||||
<h2 id="Runtime_Overheads">Runtime Overhead</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue