diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 04:49:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 04:49:06 -0500 |
| commit | c9fae2681ba33612fca2418523964cfc7b92cac1 (patch) | |
| tree | 471ed9830399c5f36210f3ceff6c0b90c41d42bd /structs.go | |
| parent | 69b5038c58e6a8487f22aeaf28eddec5c785c283 (diff) | |
starting to limp back to working
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
