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:
@ -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)
|
||||
|
Reference in New Issue
Block a user