How To Build Go from Source on Ubuntu 16.04
Go is a modern, open-source programming language developed by Google. If you want to test your Go application against the latest version of the language, contribute to the Go code base, or have better Go version management, you’ll need to build Go from source. This tutorial will show you how to build Go, cover some practical considerations, and build a “Hello, World” test application.