summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
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 {