From: Alberto Donizetti Date: Wed, 7 Aug 2019 18:11:46 +0000 (+0200) Subject: doc: update list of archs supporting -race X-Git-Tag: go1.13rc1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f4be93a8f1ab2cbcdec5e0502fdf20de0b279265;p=gostls13.git doc: update list of archs supporting -race Change-Id: Id0a55674a16671aaee99182d9096a9263f7a80b3 Reviewed-on: https://go-review.googlesource.com/c/go/+/189357 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 6defd98f96..2f18acfbfb 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -377,8 +377,11 @@ func (w *Watchdog) Start() {

Supported Systems

-The race detector runs on darwin/amd64, freebsd/amd64, -linux/amd64, and windows/amd64. + The race detector runs on + linux/amd64, linux/ppc64le, + linux/arm64, freebsd/amd64, + netbsd/amd64, darwin/amd64, + and windows/amd64.

Runtime Overhead