1
0
mirror of https://github.com/golang/go synced 2024-10-03 09:21:21 -06:00

sync: make package comment appear

R=rsc
CC=golang-dev
https://golang.org/cl/4220044
This commit is contained in:
Robert Griesemer 2011-02-23 10:12:38 -08:00
parent c9b90c9d70
commit 9fc0f159c3

View 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"