1. 3f915f5 go code: replace closed(c) with x, ok := <-c by Russ Cox · 14 years ago
  2. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  3. 27c74d3 spec, runtime, tests: send on closed channel panics by Russ Cox · 14 years ago
  4. 4f61fc9 test: remove semiocolons. by Rob Pike · 15 years ago
  5. 13584f4 add test for close/closed, fix a few implementation bugs. by Russ Cox · 16 years ago