From 98cc06ab8fc98b728107fff135b107dcdb56fb2a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 13:54:36 -0500 Subject: lots of Init() cleanups --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 -- cgit v1.2.3