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

このコミットが含まれているのは:
Jeffrey Paul 2020-09-08 21:32:16 -07:00
コミット 1b15abb7f7
3個のファイルの変更3行の追加1行の削除

1
.gitignore vendored
ファイルの表示

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

ファイルの表示

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

ファイルの表示

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