Resources
curated by the community
-
https://github.com/golang/go/tree/dev.go2go/src/cmd/go2go/testdata/go2path/src
08-31-2020
Example generics usage/implementations in Golang
@emehrkay -
https://go101.org/article/channel-use-cases.html
07-12-2020
A short article that outline some of the use cases for channels in golang
@emehrkay -
https://tutorialedge.net/golang/go-waitgroup-tutorial/
10-06-2019
A very simple overview of how waitgroups work in golang.
@emehrkay