1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-26 17:13:30 +00:00

Merge pull request #1155 from dhamaniasad/patch-2

Added "Building Web Apps with Go"
This commit is contained in:
victor felder 2014-10-13 10:18:38 -04:00
commit 1d7f1ac9b8

View File

@ -908,6 +908,7 @@
### Go
* [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/)
* [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti
* [Go by Example](https://gobyexample.com/)