run 'goimports' & 'vet' by default

This commit is contained in:
Jeff Carr 2025-02-02 16:18:26 -06:00
parent 676b3a8548
commit 13ebd2af47
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
all:
@echo
@echo "Run: make redomod # to remake the go files"
@echo
all: goimports vet
redo: clean proto goimports vet
vet:
@GO111MODULE=off go vet
@echo this go plugin package builds okay
@echo this go library builds okay
redomod: goimports
rm -f go.*