@ -1,13 +1,10 @@
all:
@echo
@echo "Run: make redomod # to remake the go files"
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.*