Користувальницькькі налаштування

Налаштування сайту


programming:go

Це стара версія документу!


GO

Install in Debian and Ubuntu

We're going to install Go 1.14 which is latest as of time of this writing. EOL info

sudo apt install golang-1.14
echo "export PATH=\$PATH:/usr/lib/go-1.14/bin" >> ~/.bashrc
source ~/.bashrc

Now test with

go version  

TODO

Consider implementing environment variables GOROOT and GOPATH

programming/go.1591105125.txt.gz · Востаннє змінено: 2020/06/02 16:38 повз charon