summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-02 13:05:42 -0600
committerJeff Carr <[email protected]>2025-02-02 15:04:07 -0600
commitd4b7cd32d47ab0307c650f711f784575ad0d8e2d (patch)
tree18f8d174d27623dc55f80984786c8e4c7de0450a /Makefile
parentad6bb0f1c1eab46d76d369bfb3453cecff254a96 (diff)
goimport lintv1.1.28
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3402f85..bf089d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all:
+all: goimports vet
@echo
@echo This defines the primitive widgets
@echo
@@ -19,3 +19,7 @@ redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
+
+vet:
+ @GO111MODULE=off go vet
+ @echo this go library builds okay