1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-25 08:01:57 +00:00

Add Go Bootcamp book

This commit is contained in:
mistermatze 2014-06-16 12:10:36 +02:00
parent ce93c2ca42
commit 06756a34f7

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/)