diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 07:09:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 07:09:40 -0500 |
| commit | 2b3bd66ef2ce31fab8b4c209f3deccaa4fb9c117 (patch) | |
| tree | a983017df7a35ea65e285835bc0063dda21f7768 /structs.go | |
| parent | 27a539b879fd56bbd42d5870c7a2a03979acceba (diff) | |
rill in forge.Config
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -14,13 +14,7 @@ type Forge struct { Repos *gitpb.Repos // the repo protobufs Patchsets *Patchsets // patches that are in progress hostname string // your hostname - rillX int // used for Rill() - rillY int // used for Rill() goWork bool // means the user is currently using a go.work file - // goSrc string // the path to go/src - // forgeURL string // URL to use to forge.wit.com - // configDir string // normally ~/.config/forge - // patchDir string // where patches are stored } func (f *Forge) IsGoWork() bool { |
