thacdu
12/9/2016 - 8:20 PM

Start with Golang

Start with Golang

Setup local environment

  • install golang: brew install go | yum install golang | apt-get install golang
  • create folder for go packages: mkdir ~/go
  • add auto load env: GOPATH=~/go; PATH=$PATH:$GOPATH/bin

Setup IDE

Tools and Libs

Books, News and Tutorials