summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 12:57:33 -0600
committerJeff Carr <[email protected]>2024-12-13 12:57:33 -0600
commite1d7a5c2cc4dd03ffef0c592ca239defc9a479e5 (patch)
treeee808876a6602057f1d7ba6c658916fdfccf0770 /Makefile
parent9b12c5049e7900b28041415e87700498137219e4 (diff)
deprecate use of spew so package is a go primitivev0.22.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d562c95..97d7a42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
# git remote add github [email protected]:wit-go/log.git
-all:
- #@GO111MODULE=off go vet -x
- GO111MODULE=off go vet
+all: vet
+ @#GO111MODULE=off go vet -x
+ @echo this go library builds ok
+
+vet:
+ @GO111MODULE=off go vet
redomod:
rm -f go.*