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 4dc6b96..8a79b1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
# git remote add github [email protected]:wit-go/digitalocean.git
-all:
+all: vet
@echo
@echo a work in progress digital ocean control panel
@echo
+vet:
+ @GO111MODULE=off go vet
+ @echo go vet: this go library package builds okay
+
goimports:
goimports -w *.go