From fa8ad6d956ba267d41b6deb2f96197b16b32064a Mon Sep 17 00:00:00 2001 From: Brendan Benson Date: Fri, 11 Oct 2013 11:47:49 -0600 Subject: [PATCH] Added "An Introduction to Programming in Go" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index fc2766da..d88fc3b6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -289,6 +289,7 @@ * [The Go Tutorial](http://golang.org/doc/go_tutorial.html) * [Go by Example](https://gobyexample.com/) +* [An Introduction to Programming in Go](http://www.golang-book.com/) ###Grails -- GitLab