Last active
April 19, 2017 05:53
-
-
Save fthamura/997ad8ab50016444a13aa617bd7420b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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