summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 07:09:40 -0500
committerJeff Carr <[email protected]>2025-09-13 07:09:40 -0500
commit2b3bd66ef2ce31fab8b4c209f3deccaa4fb9c117 (patch)
treea983017df7a35ea65e285835bc0063dda21f7768 /structs.go
parent27a539b879fd56bbd42d5870c7a2a03979acceba (diff)
rill in forge.Config
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/structs.go b/structs.go
index 8eb38c7..1f446d9 100644
--- a/structs.go
+++ b/structs.go
@@ -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 {