From 26ce6d786601dc3d7cfd7dee8704c61df5ab294d Mon Sep 17 00:00:00 2001 From: Ziyi Yan Date: Sun, 9 Oct 2016 09:30:55 +0800 Subject: [PATCH] Add the Go programming language resources --- programming-language-resources.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/programming-language-resources.md b/programming-language-resources.md index 48a15071a0..b93ddd702d 100644 --- a/programming-language-resources.md +++ b/programming-language-resources.md @@ -45,6 +45,12 @@ - [Software Construction In Java (video)](https://www.edx.org/course/software-construction-java-mitx-6-005-1x) - [Introduction To Programming In Java](http://introcs.cs.princeton.edu/java/home/) - [Algorithms 4th Ed - Algorithm Book In Java](http://algs4.cs.princeton.edu/home/) +- Go + - [The Go programming Language](https://golang.org/) + - [The Go programming Language (book)](http://www.gopl.io/) + - [A Tour of Go](https://tour.golang.org/) + - [Effective Go](https://golang.org/doc/effective_go.html) + - [Go Wiki](https://golang.org/wiki) - Other Language 1 - Other Language 2 - etc