Sign in
go
/
go
/
da5511625e9a8c10194dcdfecb94ed129b12a461
/
test
/
closedchan.go
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