1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-25 16:11:06 +00:00

Merge pull request #1722 from buo/patch-2

Add Build Web Application with Golang
This commit is contained in:
victor felder 2015-12-11 10:57:09 +01:00
commit cedd0b5876

View File

@ -1077,6 +1077,7 @@ Original Source: [List of freely available programming books](http://web.archive
### Go ### Go
* [An Introduction to Programming in Go](http://www.golang-book.com) * [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/) * [Building Web Apps with Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/)
* [Effective Go](https://golang.org/doc/effective_go.html) * [Effective Go](https://golang.org/doc/effective_go.html)
* [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti * [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti