mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-14 09:49:13 -04:00
9 lines
No EOL
387 B
Markdown
9 lines
No EOL
387 B
Markdown
# 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). |