From 6ccf7c45a24bf55a8d8ccc5b452dc3496aeac90e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 18:29:34 -0500 Subject: s/ENV/env/ for GO, but ENV really is better here --- doMtime.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doMtime.go') diff --git a/doMtime.go b/doMtime.go index 3ca70ed..f3d1f21 100644 --- a/doMtime.go +++ b/doMtime.go @@ -14,7 +14,7 @@ import ( "os" "path/filepath" - "go.wit.com/lib/ENV" + "go.wit.com/lib/env" "go.wit.com/log" ) @@ -66,7 +66,7 @@ func doMtime(filebase string) bool { return false } } - if ENV.Verbose() { + if env.Verbose() { log.Info(filebase + ".proto was older than all pb.go files. No need to re-run autogenpb.") } if allerr == nil { -- cgit v1.2.3