Installation (Golang)
Go package
Install manually
mkdir ~/go-src
mv ~/Download/go ~/go-src/go1.18.6
# Rename go to respective versionln -s ~/go-src/go1.18.6/ ~/gorootvim ~/.zshrc
#or
vim ~/.bashrc export GOPATH=/usr/local/go
export PATH=$PATH:$GOPATH/bin
# This variable should already exist, but if it's not we have to add it
# Below this is must have variable
export GOPATH=~/go
export GOROOT=~/goroot
export PATH=$PATH:$GOROOT/bin:$GOPATH/binGo version
Google cloud utils
Last updated