should err on lack of vet/fmt now

pull/3/head
Jeffrey Paul 4 yıl önce
ebeveyn f6ee57d25c
işleme 1b15abb7f7
  1. 1
      .gitignore
  2. 2
      Makefile
  3. 1
      cmd/sco/main.go

1
.gitignore sağlanmış

@ -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() {

Yükleniyor…
İptal
Kaydet