Skip to content

Instantly share code, notes, and snippets.

@tydavis
Last active July 24, 2018 17:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tydavis/0ee20d28d7e44c57186e0a7ac0db91c4 to your computer and use it in GitHub Desktop.
Save tydavis/0ee20d28d7e44c57186e0a7ac0db91c4 to your computer and use it in GitHub Desktop.
Setup Go tools
#!/bin/sh
go get -u github.com/dougm/goflymake
go get -u github.com/acroca/go-symbols
go get -u github.com/alecthomas/gometalinter
go get -u github.com/cweill/gotests/...
go get -u github.com/davidrjenni/reftools/cmd/fillstruct
go get -u github.com/derekparker/delve/cmd/dlv
go get -u github.com/dominikh/go-tools/cmd/keyify
go get -u github.com/fatih/gomodifytags
go get -u github.com/fatih/motion
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/golang/lint/golint
go get -u github.com/haya14busa/goplay/cmd/goplay
go get -u github.com/josharian/impl
go get -u github.com/jstemmer/gotags
go get -u github.com/kardianos/govendor
go get -u github.com/kisielk/errcheck
go get -u github.com/klauspost/asmfmt/cmd/asmfmt
go get -u github.com/mdempsky/gocode
go get -u github.com/mgechev/revive
go get -u github.com/ramya-rao-a/go-outline
go get -u github.com/rogpeppe/godef
go get -u github.com/sqs/goreturns
go get -u github.com/uudashr/gopkgs/cmd/gopkgs
go get -u github.com/zmb3/gogetdoc
go get -u golang.org/x/tools/cmd/godoc
go get -u golang.org/x/tools/cmd/goimports
go get -u golang.org/x/tools/cmd/gorename
go get -u golang.org/x/tools/cmd/guru
gometalinter -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment