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

Este commit está contenido en:
Jeffrey Paul 2020-09-08 21:32:16 -07:00
padre f6ee57d25c
commit 1b15abb7f7
Se han modificado 3 ficheros con 3 adiciones y 1 borrados

1
.gitignore vendido
Ver fichero

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

Ver fichero

@ -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) .

Ver fichero

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