build: Setup should install golint

This commit is contained in:
Jakob Borg 2016-08-07 21:58:19 +02:00
parent af3b6f9c83
commit 19f79afb0f
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ func checkRequiredGoVersion() (float64, bool) {
}
func setup() {
runPrint("go", "get", "-v", "github.com/golang/lint/golint")
runPrint("go", "get", "-v", "golang.org/x/tools/cmd/cover")
runPrint("go", "get", "-v", "golang.org/x/net/html")
runPrint("go", "get", "-v", "github.com/FiloSottile/gvt")