summaryrefslogtreecommitdiff
path: root/test/closedchan.go
Commit message (Expand)AuthorAgeFilesLines
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: make closedchan.go exit with failure if something failsIan Lance Taylor2011-11-041-0/+18
* gc: disallow close on receive-only channelsRuss Cox2011-10-131-0/+11
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-51/+106
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-10/+82
* spec, runtime, tests: send on closed channel panicsRuss Cox2011-01-211-6/+12
* test: remove semiocolons.Rob Pike2010-09-041-49/+49
* add test for close/closed, fix a few implementation bugs.Russ Cox2009-03-231-0/+197