Skip to content

Instantly share code, notes, and snippets.

@iporsut
Created May 11, 2017 05:04
Show Gist options
  • Save iporsut/f5d8e99e6adf33b42ec527cd770ce8e9 to your computer and use it in GitHub Desktop.
Save iporsut/f5d8e99e6adf33b42ec527cd770ce8e9 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
go get -u github.com/alecthomas/gometalinter
go get -u github.com/haya14busa/go-typeconv/cmd/gotypeconv
go get -u github.com/haya14busa/gosum/cmd/gosumcheck
go get -u github.com/haya14busa/goverage
go get -u github.com/motemen/gofind/cmd/gofind
go get -u github.com/nsf/gocode
go get -u github.com/rogpeppe/godef
go get -u github.com/sqs/goreturns
go get -u github.com/zmb3/gogetdoc
go get -u golang.org/x/tools/cmd/cover
go get -u golang.org/x/tools/cmd/gorename
go get -u golang.org/x/tools/cmd/guru
go get -u github.com/jteeuwen/go-bindata/go-bindata
gometalinter -u -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment