Sign in
go
/
go
/
0dfb0513ec6a0e97db166bd91a2dc0a1ceb154f7
/
test
/
closedchan.go
0b477ef
test: use testlib (first 100)
by Russ Cox
· 13 years ago
7f0622e
test: make closedchan.go exit with failure if something fails
by Ian Lance Taylor
· 13 years ago
f58ed4e
gc: disallow close on receive-only channels
by Russ Cox
· 13 years ago
3f915f5
go code: replace closed(c) with x, ok := <-c
by Russ Cox
· 14 years ago
f4e76d8
replace non-blocking send, receive syntax with select
by Russ Cox
· 14 years ago
27c74d3
spec, runtime, tests: send on closed channel panics
by Russ Cox
· 14 years ago
4f61fc9
test: remove semiocolons.
by Rob Pike
· 15 years ago
13584f4
add test for close/closed, fix a few implementation bugs.
by Russ Cox
· 16 years ago