/go-concurrency-exercises

Exercises for Golang's Concurrency Patterns

Primary LanguageGoOtherNOASSERTION

Go Concurrency Exercises Build Status Go Report Card

Exercises for Golang's concurrency patterns.

Why

The Go community has plenty resources to read about go's concurrency model and how to use it effectively. But who actually wants to read all this!? This repo tries to teach concurrency patterns by following the 'learning by doing' approach.

Image of excited gopher

Rules

  1. Only edit main.go to solve the problems. Do not touch any of the other files.
  2. Do not publish any solutions, instead join us on Slack! I'm sure there will be people who are happy to give you some code review (if not, find me via @beertocode ;) )

License

 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyleft from 2016 Long Hoang

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.