🦉 add learning go resources

This commit is contained in:
MvS 2019-11-02 18:04:58 -07:00
parent 6ff5b3d78c
commit 049af660cf

9
learning_go.md Normal file
View file

@ -0,0 +1,9 @@
# Learning Go
* [A Tour to Go](https://tour.golang.org/welcome/1).
* [How to write Go code](https://golang.org/doc/code.html).
* [Effective Go code](https://golang.org/doc/effective_go.html).
* [Daily Dep](https://golang.github.io/dep/docs/daily-dep.html).
* [Exercism](https://exercism.io/tracks/go).
* [GoDoc](https://godoc.org/).
* [Go Wiki](https://github.com/golang/go/wiki/Learn).