Install Go on Ubuntu (terminal)
How to install Go 1.14.2 on Ubuntu 18.04 using the command line (terminal).
Download latest version here: https://golang.org/dl/
Add Go to your PATH in your ~/.bashrc file: export PATH=$PATH:/usr/local/go/bin
Why you don’t need GOPATH: https://medium.com/@vingarcia00/golang-why-not-use-the-gopath-87521259663a
ubuntu download