mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-29 00:47:09 -04:00
🌮 Rename references for go
This commit is contained in:
parent
b40da0f0eb
commit
e5c1842926
1 changed files with 9 additions and 0 deletions
9
references_for_go.md
Normal file
9
references_for_go.md
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue