Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Preparació Sistema

Paquet GO

sudo apt-get install golang
Code Block
wget https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz
Code Block
tar -C /usr/local -xvzf go1.6.linux-amd64.tar.gz
Code Block
export GOROOT=/usr/local/go
Code Block
export PATH=$PATH:$GOROOT/bin

 

En creem el directori work en el nostre espai de treball, per exemple al $HOME:

...