Ubuntu - Install Go 1.9 Language - sources code
references: https://tecadmin.net/install-go-on-ubuntu/# Install Go 1.9 on your Ubuntu 16.04 LTS, 14.04 LTS, and 12.04 LTS systems. $ sudo apt-get update$ sudo apt-get -y upgrade To find and download latest version available or 32 bit version go to official download page. $ wget https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz Now extract the downloaded archive and install it to the desired location on the system.
https://medium.com/@firebitsbr/ubuntu-install-go-language-sources-code-8d4d843ee877