summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-06 15:23:22 -0500
committerJeff Carr <[email protected]>2025-09-06 15:23:22 -0500
commit854796ba7204e4f8e8c5b5ad01de354c8913214f (patch)
treee7e4f5d4892fddd60f0261e50e95284ae745798a /Makefile
parent8c7078908b05357e199af4ee85fd2170d6dbdf8d (diff)
add On() & Off() also Fprintln() & Fprintf()HEADv0.25.1v0.25.0v0.22.18masterdevel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97d7a42..ae01975 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# git remote add github [email protected]:wit-go/log.git
-all: vet
+all: goimport vet
@#GO111MODULE=off go vet -x
@echo this go library builds ok