Rust installation
Installing Rustup
curl https://sh.rustup.rs -sSf | sh
vim ~/.zshrc
# add following line
export PATH=$PATH:/home/msanchez/.cargo/bin
source ~/.zshrc
curl https://sh.rustup.rs -sSf | sh
vim ~/.zshrc
# add following line
export PATH=$PATH:/home/msanchez/.cargo/bin
source ~/.zshrc
go version
GOROOT
Folder where go was installated. It must only be set when installing to a custom location.
GOPATH
Place to get, build and install packages outside the standard Go Tree.