Your cart is currently empty!
How to install the Go language on Linux
Go is the go-to language for distributed and highly scalable servers. If you’re looking to start working with this language on Linux. Dive in…
Commands:
tar -xvf go*.tar.gz
sudo mv go /usr/local
nano ~/.profile
export GOPATH=$HOME/work and export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
source ~/.profile
What you will learn:
1. How to install Go Language on Linux
a. How to downloade Go binary files from the terminal
b. How to unpack file with the command on Linux
c. How to move the newly-created folder
d. How to add the go folder to our user PATH
e. How to Refresh your profile with the command on linux
f. How to check to make sure the go folder is in your user PATH
Song: Amine Maxwell – Lovely
Music provided by Vlog No Copyright Music.
Creative Commons – Attribution 3.0 Unported
Video Link: https://youtu.be/d0lyPaVUFlI
#computerEverywhere #howto #install #golanguage #linux #golang