From 2b3bd66ef2ce31fab8b4c209f3deccaa4fb9c117 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 13 Sep 2025 07:09:40 -0500 Subject: rill in forge.Config --- structs.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'structs.go') 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 { -- cgit v1.2.3