Difference between revisions of "RPI Coding"

From ElectroDragon Wiki
 
(No difference)

Latest revision as of 23:07, 7 August 2017

  • apt-get install golang
  • Set Gopath:
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin