From 854796ba7204e4f8e8c5b5ad01de354c8913214f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Sep 2025 15:23:22 -0500 Subject: add On() & Off() also Fprintln() & Fprintf() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97d7a42..ae01975 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # git remote add github git@github.com:wit-go/log.git -all: vet +all: goimport vet @#GO111MODULE=off go vet -x @echo this go library builds ok -- cgit v1.2.3