diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 05:36:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 05:36:58 -0500 |
| commit | f8db398611446627816a14af6b3fe52b15c21191 (patch) | |
| tree | d41c182f1dbefb05e0ffabbef98cea1e093671f5 /doMtime.go | |
| parent | 7e204190a6c40815bcc37aed4ae7f473429a7c0f (diff) | |
use ENV
Diffstat (limited to 'doMtime.go')
| -rw-r--r-- | doMtime.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ import ( "os" "path/filepath" - "go.wit.com/lib/config" + "go.wit.com/lib/ENV" "go.wit.com/log" ) @@ -66,7 +66,7 @@ func doMtime(filebase string) bool { return false } } - if config.Verbose() { + if ENV.Verbose() { log.Info(filebase + ".proto was older than all pb.go files. No need to re-run autogenpb.") } if allerr == nil { |
