The Hitchhiker’s Guide to Go

This blogpost introduces you to the Go programming language.
It is mostly a summary of “The Go Programming Language” book, by Alan A. A. Donovan, and Brian W. Kernighan, with examples from the tour of Go.
Intro
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.