summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-10 01:48:02 -0600
committerJeff Carr <[email protected]>2024-12-10 01:48:02 -0600
commit8d692299b0229fe94ba99c26f79e609154c5388a (patch)
tree8b790af8bb3e7a3545331d8f2f6d197170c1ce6a /Makefile
parent99eded53985df3d7926486b32edaf530346b85e4 (diff)
RunEcho()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 77b1bcb..4e242d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,9 @@
-all:
- GO111MODULE=off go build
+all: goimports vet
+
+vet:
+ @GO111MODULE=off go vet
+ @echo this go library package builds okay
+
goimports:
goimports -w *.go