From 9fc0f159c31e7b63708ed80982a88753db8a4a02 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 23 Feb 2011 10:12:38 -0800 Subject: [PATCH] sync: make package comment appear R=rsc CC=golang-dev https://golang.org/cl/4220044 --- src/pkg/sync/cond.go | 1 + 1 file changed, 1 insertion(+) 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" -- 2.51.0