From b600de755d0c6fd01d8168654e5d77d13ee5596e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 9 May 2014 17:31:35 -0700 Subject: [PATCH] undo CL 100330043 / e4248ed0037c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/runtime/race/doc.go b/src/pkg/runtime/race/doc.go index a2d882cdbf..aef805dad7 100644 --- a/src/pkg/runtime/race/doc.go +++ b/src/pkg/runtime/race/doc.go @@ -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 -- 2.51.0