From db6ddff8429aab51987979a39277ffd6573863fa Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 18 Apr 2013 14:48:54 -0700 Subject: [PATCH] doc: fix another broken link R=golang-dev, r CC=golang-dev https://golang.org/cl/8763045 --- doc/articles/race_detector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:

-- 2.48.1