Created
May 11, 2017 05:04
-
-
Save iporsut/f5d8e99e6adf33b42ec527cd770ce8e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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