1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-30 13:19:02 +00:00

Merge pull request #1025 from mistermatze/add_go_bootcamp_book

Add Go Bootcamp book
This commit is contained in:
victor felder 2014-06-16 13:55:16 +02:00
commit 5c5a86d90b

View File

@ -875,6 +875,7 @@
###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://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/) * [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/) * [Go by Example](https://gobyexample.com/)
* [Learning Go](http://archive.miek.nl/projects/learninggo/index.html) * [Learning Go](http://archive.miek.nl/projects/learninggo/index.html)
* [Network programming with Go](http://jan.newmarch.name/go/) * [Network programming with Go](http://jan.newmarch.name/go/)