Skip to content

Instantly share code, notes, and snippets.

@caarlos0
Last active June 13, 2016 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caarlos0/b11187703caf8d3d5941 to your computer and use it in GitHub Desktop.
Save caarlos0/b11187703caf8d3d5941 to your computer and use it in GitHub Desktop.
#!/bin/sh
go get -u -v github.com/alecthomas/gometalinter
go get -u -v github.com/golang/lint/golint
go get -u -v github.com/lukehoban/go-outline
go get -u -v github.com/mitchellh/gox
go get -u -v github.com/motemen/gore
go get -u -v github.com/newhook/go-symbols
go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v github.com/tpng/gopkgs
go get -u -v golang.org/x/tools/cmd/cover
go get -u -v golang.org/x/tools/cmd/godoc
go get -u -v golang.org/x/tools/cmd/gorename
go get -u -v golang.org/x/tools/cmd/guru
go get -u -v golang.org/x/tools/cmd/stringer
go get -u -v sourcegraph.com/sqs/goreturns
"$GOPATH"/bin/gox -build-toolchain
"$GOPATH"/bin/gometalinter --install --update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment