summaryrefslogtreecommitdiff
path: root/test/chan/select.go
AgeCommit message (Expand)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-16/+20
2009-08-17fix up some irregular indentationRob Pike1-32/+33
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16convert tests; nothing interesting.Russ Cox1-2/+2
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-11-06Test case for evaluation order of select statement.Ian Lance Taylor1-0/+51