This is a simple fan-out/fan-in, worker pattern, used as a proof of concept and teaching tool. The highlight of this repository is the use of Go's Channels in building effective concurency designs allowing for parallelism
Example: go get github.com/jmbarzee/teamdemo
To Use
- Install golang
go get github.com/jmbarzee/team
- import
github.com/jmbarzee/team
in desired location