informatique:go
Table des matières
Go
Installation
Sur Debian 9 Stretch :
# apt-get install golang-any
Configuration
Il faut configurer la variable “GOPATH” pour pouvoir installer des programmes (exemple : td).
$ nvim /home/$USER/.profile (...) #SLF: Go Path export GOPATH=$PATH:/usr/local/go/bin
$ source /home/$USER/.profile
informatique/go.txt · Dernière modification : 2020/08/09 13:03 de 127.0.0.1