diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 18:56:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 19:30:59 -0500 |
| commit | c4146f9fbe96332ede413f8ba3f3546f8346dfc0 (patch) | |
| tree | 33efbbb851af19d842bba8ae774c2b3642a24571 /structs.go | |
| parent | 0539e2feee23adc0be8a88e1c6dc214cc7d98de5 (diff) | |
read in patches in Init()
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
