Skip to content

Instantly share code, notes, and snippets.

@arxdsilva
Last active September 9, 2016 13:53
Show Gist options
  • Save arxdsilva/f0319eec9e41bf6aa4e4fd2c0d047530 to your computer and use it in GitHub Desktop.
Save arxdsilva/f0319eec9e41bf6aa4e4fd2c0d047530 to your computer and use it in GitHub Desktop.
Future Reminder (:
go get -u -v github.com/nsf/gocode

go get -u -v github.com/rogpeppe/godef

go get -u -v github.com/golang/lint/golint

go get -u -v github.com/lukehoban/go-outline

go get -u -v sourcegraph.com/sqs/goreturns

go get -u -v golang.org/x/tools/cmd/gorename

go get -u -v github.com/tpng/gopkgs

go get -u -v github.com/newhook/go-symbols

go get -u -v golang.org/x/tools/cmd/guru

If you get any error, go on golang.org/x/tools/ and update It manually using git stash + git pull

This is required If you update golang.

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