diff options
Diffstat (limited to 'src/pkg/runtime/race/doc.go')
-rw-r--r-- | src/pkg/runtime/race/doc.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pkg/runtime/race/doc.go b/src/pkg/runtime/race/doc.go deleted file mode 100644 index aef805dad..000000000 --- a/src/pkg/runtime/race/doc.go +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// Package race implements data race detection logic. -// No public interface is provided. -// For details about the race detector see -// http://golang.org/doc/articles/race_detector.html -package race |