aboutsummaryrefslogtreecommitdiff
path: root/test/closedchan.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (first 100)Russ Cox
2011-11-04test: make closedchan.go exit with failure if something failsIan Lance Taylor
2011-10-13gc: disallow close on receive-only channelsRuss Cox
2011-03-11go code: replace closed(c) with x, ok := <-cRuss Cox
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-21spec, runtime, tests: send on closed channel panicsRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-03-23add test for close/closed, fix a few implementation bugs.Russ Cox