Advanced
Go is an open source programming language supported by Google
Install Golang
Go is a binary package that mean it very easy for installation and upgrade
wget https://go.dev/dl/go1.17.8.src.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.8.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin