0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

test: commentary for [h-m]*.go

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5674112
This commit is contained in:
Rob Pike
2012-02-23 18:47:26 +11:00
parent 3391de8df7
commit 501f0b578f
28 changed files with 66 additions and 11 deletions

@ -4,6 +4,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Various declarations of exported variables and functions.
// Imported by import3.go.
package p
var C1 chan <- chan int = (chan<- (chan int))(nil)