From: Robert Griesemer Date: Wed, 23 Feb 2011 18:12:38 +0000 (-0800) Subject: sync: make package comment appear X-Git-Tag: weekly.2011-02-24~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9fc0f159c31e7b63708ed80982a88753db8a4a02;p=gostls13.git sync: make package comment appear R=rsc CC=golang-dev https://golang.org/cl/4220044 --- 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"