summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 12:36:34 -0600
committerJeff Carr <[email protected]>2024-12-13 12:36:34 -0600
commit4065476bd2de9a8122a31adc53fd672b7d1a62a3 (patch)
treea9aeef221014226dbbc012a63039d443b332d890 /Makefile
parentcdb0808c22be1cd6d5ee7d07b8bb0cf666766bf8 (diff)
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