#Go Channel Compendium Interesting ways of using Go channels by John Graham-Cumming
This is a code archive taken from the slides of John Graham-Cumming's presentation of 'A Channel Compendium' given at GopherCon 2014.
https://www.youtube.com/watch?v=SmoM1InWXr0
- Signalling
- Hide state
- Nil channels
- Timers
- Examples