summaryrefslogtreecommitdiff
path: root/modCache.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 13:06:36 -0500
committerJeff Carr <[email protected]>2025-10-24 13:06:36 -0500
commit31e2be4b6f0388975244a0ee6a5929bdf9be2149 (patch)
tree930bfc19fbc368e53015222873a49c6851f6359b /modCache.go
parent7c4e482a19b0af3eac87b43f71a594518ffb3c57 (diff)
ENV vs env isn't worth the fight. lower case is lame for this thoughv0.0.7
Diffstat (limited to 'modCache.go')
-rw-r--r--modCache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modCache.go b/modCache.go
index d02e046..dceeed9 100644
--- a/modCache.go
+++ b/modCache.go
@@ -4,7 +4,7 @@
// Parallel cache.
// This file is copied from cmd/go/internal/par.
-package ENV
+package env
import (
"sync"