SimonWaldherr / golang-examples

Go(lang) examples - (explain the basics of #golang)
https://simonwaldherr.github.io/golang-examples/
MIT License
1.57k stars 453 forks source link

add fanIn pattern #9

Closed mfrw closed 7 years ago

mfrw commented 7 years ago

Add an example for the fanIn pattern, which merges multiple channels into one. I have extensively commented the code, as much as it looks a little ugly.

SimonWaldherr commented 7 years ago

thanks 👍