Add "Effective Go"

This commit is contained in:
Jim Kalafut 2014-12-16 11:21:51 -08:00
parent 9db5511a30
commit 3b19625a4f
1 changed files with 1 additions and 0 deletions

View File

@ -912,6 +912,7 @@
* [An Introduction to Programming in Go](http://www.golang-book.com/)
* [Building Web Apps with Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/)
* [Build Web Application with Golang](https://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/)
* [Effective Go](https://golang.org/doc/effective_go.html)
* [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti
* [Go by Example](https://gobyexample.com/)
* [Learning Go](http://archive.miek.nl/projects/learninggo/index.html)