diff options
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 { |
