diff options
Diffstat (limited to 'test/ken/chan1.go')
-rw-r--r-- | test/ken/chan1.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/chan1.go b/test/ken/chan1.go index ccb2619959..798b058ce4 100644 --- a/test/ken/chan1.go +++ b/test/ken/chan1.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test communication with multiple simultanous goroutines. + package main import "runtime" |