From 9e98e0b36d794d4acb7bc81909ee94598a43b37c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 27 Oct 2025 10:45:25 -0500 Subject: work on a Cache setting concept --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index fc92b35..84f8675 100644 --- a/structs.go +++ b/structs.go @@ -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 { -- cgit v1.2.3