From 9742ae6cf2345f1f37a3cd0f912bfcb341e5d44a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 18:31:04 -0500 Subject: s/ENV/env/ but ENV really is better here --- finalGoDepsCheckOk.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'finalGoDepsCheckOk.go') diff --git a/finalGoDepsCheckOk.go b/finalGoDepsCheckOk.go index 6b0c2a1..6cdbaec 100644 --- a/finalGoDepsCheckOk.go +++ b/finalGoDepsCheckOk.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "go.wit.com/lib/ENV" + "go.wit.com/lib/env" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) @@ -31,7 +31,7 @@ func testGoDepsCheckOk(godeps *gitpb.GoDeps) error { all := godeps.SortByGoPath() for all.Scan() { depRepo := all.Next() - fullpath := filepath.Join(ENV.Get("gopath"), depRepo.GoPath) + fullpath := filepath.Join(env.Get("gopath"), depRepo.GoPath) found := me.found.FindByFullPath(fullpath) if found == nil { continue -- cgit v1.2.3