/golang-concurrency

A example of golang's concurrency model

Primary LanguageGo

##A simple Example of Golang's concurrency.

This example shows the use of Golang's standard library to display it's concurrency feature.

main concepts/features used:

  • Channels
  • Wait group