- Notifications
You must be signed in to change notification settings - Fork0
jmbarzee/team
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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