summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-12 16:32:08 -0500
committerJeff Carr <[email protected]>2024-10-12 16:32:08 -0500
commit366bcac15c3db2240b04c000bc0892452cce1bce (patch)
treee3d43d539a19dd92d81524865631a2eff91a557a /Makefile
parent2cf02ee2e5f155205b847805b1bdccb42fcfec00 (diff)
fix go vet warnings
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d885f0b..0e76e55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,9 @@
# git remote add github [email protected]:wit-go/log.git
+all:
+ #@GO111MODULE=off go vet -x
+ GO111MODULE=off go vet
+
redomod:
rm -f go.*
GO111MODULE= go mod init