Setting up Go on Ubuntu
This is a quick guide to getting started with Golang on Ubuntu 20.04 with the bash shell. Download From the Golang website, download the latest version of Go for Linux to your Downloads folder, as of this writing it is: go1.16.3.linux-amd64.tar.gz Install Open a bash terminal (CTRL+ALT+T) and make sure you are in your home […]