summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-02 16:18:26 -0600
committerJeff Carr <[email protected]>2025-02-02 16:18:26 -0600
commit13ebd2af477a5e1f55542d31363d05ac7060d800 (patch)
tree137a5562efdd6c6164e35d24cab8bf2f46b05754
parent676b3a8548debe6ed3ec2898d29df7c9acd07d62 (diff)
run 'goimports' & 'vet' by default
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f85574a..7f25730 100644
--- a/Makefile
+++ b/Makefile
@@ -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.*