filmov
tv
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, Jack Wallen has you covered.
List of Commands:
sudo mv go /usr/local
nano ~/.profile
export GOPATH=$HOME/work and export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
source ~/.profile
List of Commands:
sudo mv go /usr/local
nano ~/.profile
export GOPATH=$HOME/work and export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
source ~/.profile