How to install the Go language on Linux

preview_player
Показать описание
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

Рекомендации по теме