From e5c184292600f53a325bde85640fea97e81b4275 Mon Sep 17 00:00:00 2001 From: MvS Date: Sun, 3 Nov 2019 09:23:38 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=AE=20Rename=20references=20for=20go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- references_for_go.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 references_for_go.md diff --git a/references_for_go.md b/references_for_go.md new file mode 100644 index 0000000..7762205 --- /dev/null +++ b/references_for_go.md @@ -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). \ No newline at end of file