Golang

sudo snap install go 
Screenshot from 2021-10-16 14-51-52.png
rror: This revision of snap "go" was published using classic confinement and
       thus may perform arbitrary system changes outside of the security
       sandbox that snaps are usually confined to, which may put your system at
       risk.
       If you understand and want to proceed repeat the command including
       --classic.

export PATH=$PATH:/usr/local/go/bin
source ~/.bashrcexport PATH=$PATH:/usr/local/go/bin
source ~/.bashrc
Screenshot from 2021-10-16 14-54-43.png
 sudo gedit ~/.bashrc
Screenshot from 2021-10-16 15-10-59.png
Screenshot from 2021-10-16 15-10-10.png