diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 10:45:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 10:45:25 -0500 |
| commit | 9e98e0b36d794d4acb7bc81909ee94598a43b37c (patch) | |
| tree | 1144dea4a8676d90eb024651efad58591e3c6ceb /structs.go | |
| parent | b7e832d8a5a00ed6647735b8c9a3151cb8496899 (diff) | |
work on a Cache setting concept
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ type Forge struct { hostname string // your hostname goWork bool // means the user is currently using a go.work file mode ForgeMode // what "mode" forge is in - // once sync.Once // one-time initialized data + cache *Cache // decides what repos to work against } func (f *Forge) IsGoWork() bool { |
