February 2017
Intermediate to advanced
402 pages
8h 7m
English
Any Go Installation needs two basic things: the binaries of the language somewhere on your disk and a GOPATH path in your system where your projects and the projects that you download from other people will be stored.
In the following lines, we will explore how to install Go binaries in Linux, Windows and OS X. For a detailed explanation of how to install the latest version of Go, you can refer to the official documentation at https://golang.org/doc/install.
To install Go in Linux you have two options:
sudo yum install -y golangsudo apt-get install -y golang
Read now
Unlock full access