summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 04:49:06 -0500
committerJeff Carr <[email protected]>2025-10-21 04:49:06 -0500
commitc9fae2681ba33612fca2418523964cfc7b92cac1 (patch)
tree471ed9830399c5f36210f3ceff6c0b90c41d42bd /structs.go
parent69b5038c58e6a8487f22aeaf28eddec5c785c283 (diff)
starting to limp back to working
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 2e37570..7b07579 100644
--- a/structs.go
+++ b/structs.go
@@ -15,7 +15,7 @@ type Forge struct {
Sets *Sets // patches that are in progress
hostname string // your hostname
goWork bool // means the user is currently using a go.work file
- Mode ForgeMode // what "mode" forge is in
+ mode ForgeMode // what "mode" forge is in
}
func (f *Forge) IsGoWork() bool {