summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 34550b5..0bb770d 100644
--- a/structs.go
+++ b/structs.go
@@ -14,6 +14,7 @@ type Forge struct {
initErr error // init error, if any
goSrc string // the path to go/src
+ goWork bool // means the user is currently using a go.work file
Config *ForgeConfigs // config repos for readonly, private, etc
Repos *gitpb.Repos
Machine *zoopb.Machine