should err on lack of vet/fmt now
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Jeffrey Paul 2020-09-08 21:32:16 -07:00
bovenliggende f6ee57d25c
commit 1b15abb7f7
3 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen

1
.gitignore vendored
Bestand weergeven

@ -1 +1,2 @@
sco
.DS_Store

Bestand weergeven

@ -44,7 +44,7 @@ go-get:
vet:
go vet ./...
bash -c 'test -z "$$(gofmt .)"'
bash -c 'test -z "$$(gofmt -l .)"'
./$(FN): */*.go cmd/*/*.go go-get vet
cd cmd/$(FN) && go build -o ../../$(FN) $(GOFLAGS) .

Bestand weergeven

@ -8,6 +8,7 @@ import (
var Version string
var Commit string
var Buildarch string
func main() {