Chapter 1: Getting Started
Introduction
Go (or Golang) is an open-source, statically typed language designed at Google. It's great for building fast, concurrent services and command-line tools.
Installation
Download the binary from golang.org/dl and follow the installer for your OS. After installing, verify with go version
.