aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2011-02-23 10:12:38 -0800
committerRobert Griesemer <gri@golang.org>2011-02-23 10:12:38 -0800
commit9fc0f159c31e7b63708ed80982a88753db8a4a02 (patch)
treec14460f118f406b63871a967ad24fc22b12b5890
parentc9b90c9d70da05269a0de0e528c13b6b76299846 (diff)
downloadgo-9fc0f159c31e7b63708ed80982a88753db8a4a02.tar.gz
go-9fc0f159c31e7b63708ed80982a88753db8a4a02.zip
sync: make package comment appear
R=rsc CC=golang-dev https://golang.org/cl/4220044
-rw-r--r--src/pkg/sync/cond.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/sync/cond.go b/src/pkg/sync/cond.go
index c99fda3cce..ea48f2e7a9 100644
--- a/src/pkg/sync/cond.go
+++ b/src/pkg/sync/cond.go
@@ -1,6 +1,7 @@
// Copyright 2011 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 sync
import "runtime"