summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 13:54:36 -0500
committerJeff Carr <[email protected]>2025-09-03 13:54:36 -0500
commit98cc06ab8fc98b728107fff135b107dcdb56fb2a (patch)
treecabb2d4c475868ad783578d958ec3e1e5946f690 /structs.go
parent888442708cefe9e089bb97a99e696cb6995bfbab (diff)
lots of Init() cleanups
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 30823c0..561bf8f 100644
--- a/structs.go
+++ b/structs.go
@@ -13,6 +13,7 @@ type Forge struct {
initOnce sync.Once
initErr error // init error, if any
goSrc string // the path to go/src
+ repoPB string // the path to the repos.pb cache file
configDir string // normally ~/.config/forge
goWork bool // means the user is currently using a go.work file
Config *ForgeConfigs // config repos for readonly, private, etc