From: Brad Fitzpatrick Date: Thu, 18 Apr 2013 21:48:54 +0000 (-0700) Subject: doc: fix another broken link X-Git-Tag: go1.1rc2~78 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=db6ddff8429aab51987979a39277ffd6573863fa;p=gostls13.git doc: fix another broken link R=golang-dev, r CC=golang-dev https://golang.org/cl/8763045 --- diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 30458ef0d6..5c649f6691 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -142,7 +142,7 @@ $ GORACE="log_path=/tmp/race/report strip_path_prefix=/my/go/sources/" go test -

When you build with -race flag, the go command defines additional -build tag race. +build tag race. You can use the tag to exclude some code and tests when running the race detector. Some examples: