From f5509a059681246d0b5d3b6385990dd4b7eab00d Mon Sep 17 00:00:00 2001 From: buo Date: Sun, 29 Nov 2015 16:58:55 +0900 Subject: [PATCH] Add Build Web Application with Golang --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6425bef7..5deb6156 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1077,6 +1077,7 @@ Original Source: [List of freely available programming books](http://web.archive ### Go * [An Introduction to Programming in Go](http://www.golang-book.com) +* [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) * [Building Web Apps with Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/) * [Effective Go](https://golang.org/doc/effective_go.html) * [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti -- GitLab