Go
How to learn Go
Great resources:
- https://tour.golang.org
- http://dave.cheney.net/resources-for-new-go-programmers
- https://learnxinyminutes.com/docs/go/
- https://gobyexample.com/
- Concurrency example: https://gist.github.com/elimisteve/4442820
- Meta resource (which points to more great resources, including some of the above) – http://harrymoreno.com/2016/06/30/How-to-learn-Golang-in-1-month.html
(If you’d like to see this page expanded, email me.)