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