summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug234.go
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: use testlib (second 100)Russ Cox2012-02-161-1/+1
* test: enable tests using v, ok := <-ch syntaxRobert Hencke2011-03-221-13/+13
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-12/+13
* single argument panicRuss Cox2010-03-301-2/+4
* runtime: return zero value in x, ok = <-c when ok == falseRuss Cox2009-12-151-0/+20