====== 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