summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-01 18:02:44 -0600
committerJeff Carr <[email protected]>2024-03-01 18:02:44 -0600
commit316c1b8cc270d5d743843fb2518b14b5fd6f9b73 (patch)
tree6e4bcbc9eb1abfe0c7258f985a65ebc8cd5cdc65 /Makefile
parentcbac752e60af1092d97a845a1eff9221ba5c1dda (diff)
correctly show/hide() repov0.22.0v0.21.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ac7baf..5673e81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- @GO111MODULE=off go build
+ @GO111MODULE=off go vet
@echo this is a go library with buildable code
goimports: