Go by Example
by Mark McGranaghan
Publisher: GoByExample.com 2014
Description:
Go is an open source programming language designed for building simple, fast, and reliable software. 'Go by Example' is a hands-on introduction to Go using annotated example programs. It provides the reader with a comprehensive overview of the new open source programming language Go.
Download or read it online for free here:
Read online
(online html)
Similar books

by Karl Seguin - OpenMyMind.net
An introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling.
(4297 views)

by Matt Aimonetti - golangbootcamp.com
After reading this book you will know how to do data modeling with Go, organize code in packages, how to test code, write documentation, how to use json marshaling, build a web API, test a web API, how to cross compile, use the key go tools, etc.
(4072 views)

by Jan Newmarch
A book on building network applications using the Google Go programming language. Contents: Architecture; Overview of the Go language; Socket-level Programming; Data serialization; Application-Level Protocols; Managing character sets and encodings.
(5265 views)

by Caleb Doxsey
This book is a short introduction to computer programming using the language Go. Go is a general purpose programming language with modern features, clean syntax and a well-documented common library, making it an ideal first programming language.
(7216 views)