1. 0b477ef test: use testlib (first 100) by Russ Cox · 13 years ago
  2. 7f0622e test: make closedchan.go exit with failure if something fails by Ian Lance Taylor · 13 years ago
  3. f58ed4e gc: disallow close on receive-only channels by Russ Cox · 13 years ago
  4. 3f915f5 go code: replace closed(c) with x, ok := <-c by Russ Cox · 14 years ago
  5. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  6. 27c74d3 spec, runtime, tests: send on closed channel panics by Russ Cox · 14 years ago
  7. 4f61fc9 test: remove semiocolons. by Rob Pike · 15 years ago
  8. 13584f4 add test for close/closed, fix a few implementation bugs. by Russ Cox · 16 years ago