mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 02:18:44 -07:00
build: go vet is now included in the distribution
This commit is contained in:
parent
5a98af622d
commit
cf64376dca
1
build.go
1
build.go
@ -267,7 +267,6 @@ func checkRequiredGoVersion() (float64, bool) {
|
|||||||
|
|
||||||
func setup() {
|
func setup() {
|
||||||
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/tools/cmd/vet")
|
|
||||||
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")
|
||||||
runPrint("go", "get", "-v", "github.com/axw/gocov/gocov")
|
runPrint("go", "get", "-v", "github.com/axw/gocov/gocov")
|
||||||
|
Loading…
Reference in New Issue
Block a user