GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3159
@@ -217,9 +217,11 @@ func main() {
clean()
case "vet":
+ vet("build.go")
vet("cmd", "lib")
case "lint":
+ lint(".")
lint("./cmd/...")
lint("./lib/...")