From 3b19625a4f2e607538492a480a8b7fa85276ec97 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Tue, 16 Dec 2014 11:21:51 -0800 Subject: [PATCH] Add "Effective Go" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0db713b9..0597404a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -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) -- GitLab