From d67ad28234a950e68b59c4281729feb570a2c68c Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 23 Mar 2022 10:07:52 +0000 Subject: [PATCH] Delete references_for_go.md --- references_for_go.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 references_for_go.md diff --git a/references_for_go.md b/references_for_go.md deleted file mode 100644 index 7762205..0000000 --- a/references_for_go.md +++ /dev/null @@ -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). \ No newline at end of file