diff options
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 { |
