|
#!/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/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 |