summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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