go
Ceci est une ancienne révision du document !
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
go.1510043268.txt.gz · Dernière modification : (modification externe)
