diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 00:49:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 00:49:25 -0600 |
| commit | 455ea31d70b3dfa95ca4f269e42cf6a8dcf5f0d9 (patch) | |
| tree | 0428289ba77c371caec9324731ce5e913683272a /Makefile | |
| parent | 8a6fb6d442b3725459823644cf79bb1c4117e813 (diff) | |
checkDirty()v0.0.11
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: |
