diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 13:54:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 13:54:36 -0500 |
| commit | 98cc06ab8fc98b728107fff135b107dcdb56fb2a (patch) | |
| tree | cabb2d4c475868ad783578d958ec3e1e5946f690 /structs.go | |
| parent | 888442708cefe9e089bb97a99e696cb6995bfbab (diff) | |
lots of Init() cleanups
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
