Skip to content

Instantly share code, notes, and snippets.

@miry
Last active December 9, 2016 20:20
Show Gist options
  • Save miry/743f3253a40e978c15e7 to your computer and use it in GitHub Desktop.
Save miry/743f3253a40e978c15e7 to your computer and use it in GitHub Desktop.
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment