diff options
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/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 { |
