Skip to content

Instantly share code, notes, and snippets.

@thiagozs
Last active August 30, 2017 14:17
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 thiagozs/713b3816e7bbd165e69ce427bd204d71 to your computer and use it in GitHub Desktop.
Save thiagozs/713b3816e7bbd165e69ce427bd204d71 to your computer and use it in GitHub Desktop.
Golang deps v1.9

Golang deps 1.9

Command line execute:

go get -v github.com/nsf/gocode && \
go get -v github.com/tpng/gopkgs && \
go get -v github.com/ramya-rao-a/go-outline && \
go get -v github.com/acroca/go-symbols && \
go get -v golang.org/x/tools/cmd/guru && \
go get -v golang.org/x/tools/cmd/gorename && \
go get -v github.com/fatih/gomodifytags && \
go get -v github.com/josharian/impl && \
go get -v github.com/rogpeppe/godef && \
go get -v golang.org/x/tools/cmd/godoc && \
go get -v sourcegraph.com/sqs/goreturns && \
go get -v github.com/golang/lint/golint && \
go get -v github.com/cweill/gotests/... && \
go get -v github.com/derekparker/delve/cmd/dlv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment