aboutsummaryrefslogtreecommitdiff
path: root/content/race-detector.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/race-detector.article')
-rw-r--r--content/race-detector.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/race-detector.article b/content/race-detector.article
index 49d5fee..652830d 100644
--- a/content/race-detector.article
+++ b/content/race-detector.article
@@ -64,7 +64,7 @@ To build your code with the race detector enabled, just add the
To try out the race detector for yourself, fetch and run this example program:
- $ go get -race code.google.com/p/go.blog/support/racy
+ $ go get -race golang.org/x/blog/support/racy
$ racy
* Examples