mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
build: Setup should install golint
This commit is contained in:
parent
af3b6f9c83
commit
19f79afb0f
1
build.go
1
build.go
@ -348,6 +348,7 @@ func checkRequiredGoVersion() (float64, bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func setup() {
|
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/tools/cmd/cover")
|
||||||
runPrint("go", "get", "-v", "golang.org/x/net/html")
|
runPrint("go", "get", "-v", "golang.org/x/net/html")
|
||||||
runPrint("go", "get", "-v", "github.com/FiloSottile/gvt")
|
runPrint("go", "get", "-v", "github.com/FiloSottile/gvt")
|
||||||
|
Loading…
Reference in New Issue
Block a user