Skip to content

Instantly share code, notes, and snippets.

@fthamura
Last active April 19, 2017 05:53
Show Gist options
  • Save fthamura/997ad8ab50016444a13aa617bd7420b0 to your computer and use it in GitHub Desktop.
Save fthamura/997ad8ab50016444a13aa617bd7420b0 to your computer and use it in GitHub Desktop.
go get -u golang.org/x/tools/cmd/goimports
go get -u golang.org/x/tools/cmd/gorename
go get -u github.com/sqs/goreturns
go get -u github.com/nsf/gocode
go get -u github.com/alecthomas/gometalinter
go get -u github.com/zmb3/gogetdoc
go get -u github.com/rogpeppe/godef
go get -u golang.org/x/tools/cmd/guru
go get github.com/Unknwon/goconfig
go get github.com/derekparker/delve/cmd/dlv
go get -d -t -u -v golang.org/x/tools/...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment