Awesome
Go Concurrency Exercises
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.
How to take this challenge
- Only edit
main.go
to solve the problem. Do not touch any of the other files. - If you find a
*_test.go
file, you can test the correctness of your solution withgo test
- If you get stuck, join us on Discord or Slack! Surely there are people who are happy to give you some code reviews (if not, find me via
@loong
;) )
Overview
License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyleft from 2017 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.