]> Cypherpunks repositories - gostls13.git/commitdiff
undo CL 100330043 / e4248ed0037c
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 10 May 2014 00:31:35 +0000 (17:31 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 10 May 2014 00:31:35 +0000 (17:31 -0700)
<enter reason for undo>

««« original CL description
runtime/race: fix the link for the race detector.

LGTM=bradfitz
R=golang-dev, bradfitz
CC=golang-codereviews
https://golang.org/cl/100330043

»»»

TBR=minux
R=minux.ma
CC=golang-codereviews
https://golang.org/cl/96200044

src/pkg/runtime/race/doc.go

index a2d882cdbf97a319ff18aea921b803363aa439a4..aef805dad71f81886505f3691728a480ae7330a7 100644 (file)
@@ -5,5 +5,5 @@
 // Package race implements data race detection logic.
 // No public interface is provided.
 // For details about the race detector see
-// http://blog.golang.org/race-detector
+// http://golang.org/doc/articles/race_detector.html
 package race