summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 12:36:13 -0600
committerJeff Carr <[email protected]>2024-12-13 12:36:13 -0600
commit2c7b9074965f8bc31605d2f4d2141e15359f1665 (patch)
tree3f19e7abe195ab72e7985d2bea13554ab09dabe7 /Makefile
parentdf007743b01c448a961c4d682ed510e009e22d71 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fef058..04f1362 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
-all:
+all: vet
@echo this is a gui for the cloudflare package
+vet:
+ @GO111MODULE=off go vet
+ @echo go vet: this go library package builds okay
+
goimports:
goimports -w *.go