diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 14:21:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 14:21:09 -0500 |
| commit | b05b706d8b48a51275a8dc0c90cd8fafc74d61d1 (patch) | |
| tree | 489a39cafeda829ac3a97a26a8c599f07ef0a343 /structs.go | |
| parent | fd199a4404f7675935660c6975ac25ba6c84aba1 (diff) | |
raw gitpb Repo() scan
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,7 +4,6 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" - "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" ) @@ -16,7 +15,6 @@ type mainType struct { goSrc string // path to ~/go/src or go.work file goPath string // the goPath to use for the package hasWork bool // true if using go.work file - forge *forgepb.Forge // the interface to the 'forge' protobuf information repo *gitpb.Repo // this is the repo we are in myGui *prep.GuiPrep // the gui toolkit handle cBox *controlBox // the GUI box in the main window |
