summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-28 18:56:47 -0500
committerJeff Carr <[email protected]>2025-08-28 19:30:59 -0500
commitc4146f9fbe96332ede413f8ba3f3546f8346dfc0 (patch)
tree33efbbb851af19d842bba8ae774c2b3642a24571 /structs.go
parent0539e2feee23adc0be8a88e1c6dc214cc7d98de5 (diff)
read in patches in Init()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b924c69..30823c0 100644
--- a/structs.go
+++ b/structs.go
@@ -24,6 +24,8 @@ type Forge struct {
forgeURL string // URL to use to forge.wit.com
rillX int // used for Rill()
rillY int // used for Rill()
+ Patchsets *Patchsets // patches that are in progress
+ patchDir string // where patches are stored
}
func (f *Forge) GetGoSrc() string {