Last active
September 22, 2016 09:34
-
-
Save mtunjic/bc916a1c919d10e996efbbb461eb7a31 to your computer and use it in GitHub Desktop.
Install all go libs for Visual Studio Code or Sublime 3 (vscode-go plugin)
This file contains 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 -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 | |
go get -u -v github.com/visualfc/gotools | |
go get -u -v github.com/alecthomas/gometalinter | |
go get -u -v golang.org/x/tools/cmd/goimports | |
go get -u -v golang.org/x/tools/cmd/oracle | |
go get -u -v golang.org/x/tools/cmd/godoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sh -c "
curl -fsSL https://gist.githubusercontent.com/mtunjic/bc916a1c919d10e996efbbb461eb7a31/raw/5a64a4a884c654e7469c167515b081209baf9a6a/go-ide-setup.sh
"