]> Cypherpunks repositories - gostls13.git/commitdiff
sync: make package comment appear
authorRobert Griesemer <gri@golang.org>
Wed, 23 Feb 2011 18:12:38 +0000 (10:12 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 23 Feb 2011 18:12:38 +0000 (10:12 -0800)
R=rsc
CC=golang-dev
https://golang.org/cl/4220044

src/pkg/sync/cond.go

index c99fda3cce9db065257ce26982898d01539341bc..ea48f2e7a98b37f92a7efcb95e4627d4452e8e45 100644 (file)
@@ -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"