Delete references_for_go.md

This commit is contained in:
bt3gl 2022-03-23 10:07:52 +00:00 committed by GitHub
parent d31a4f03bf
commit d67ad28234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
# 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).