summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 20:05:28 -0600
committerJeff Carr <[email protected]>2024-11-15 20:05:28 -0600
commit60695905e00ae230f7c345a49d036392a6b3f766 (patch)
treeb958d87d8265acd12f19a8f588c8c1b1314b61fc
parente9d281b4cadd6831612c4ddf92e22e85cbcdfa43 (diff)
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1d9e465..25cb0db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
all:
- @#GO111MODULE=off go build
- @GO111MODULE=off go vet -x
- @echo this go library package builds okay
+ @GO111MODULE=off go vet
+ @echo go vet: this go library package builds okay
goimports:
goimports -w *.go