Commit db6ddff8 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc: fix another broken link

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8763045
parent 8457afbe
...@@ -142,7 +142,7 @@ $ GORACE="log_path=/tmp/race/report strip_path_prefix=/my/go/sources/" go test - ...@@ -142,7 +142,7 @@ $ GORACE="log_path=/tmp/race/report strip_path_prefix=/my/go/sources/" go test -
<p> <p>
When you build with <code>-race</code> flag, the <code>go</code> command defines additional When you build with <code>-race</code> flag, the <code>go</code> command defines additional
<a href="/pkg/go/build/#Build_Constraints">build tag</a> <code>race</code>. <a href="/pkg/go/build/#hdr-Build_Constraints">build tag</a> <code>race</code>.
You can use the tag to exclude some code and tests when running the race detector. You can use the tag to exclude some code and tests when running the race detector.
Some examples: Some examples:
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment