Install Golang in Ubuntu 20.04 (Focal)

Step 1 - Open terminal and type text bellow then enter

sudo apt install golang

Step 2 - Confirm installation with command

go --version