diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -5,16 +5,14 @@ # go install -all: gitTag.pb.go goDep.pb.go repo.pb.go +all: gitTag.pb.go goDep.pb.go repo.pb.go vet test: make -C scanGoSrc/ -vet: lint - GO111MODULE=off go vet - -lint: - # -buf lint refs.proto # todo: figure out where buf comes from again +vet: + @GO111MODULE=off go vet + @echo this go library package builds okay # autofixes your import headers in your golang files goimports: |
