From b05b706d8b48a51275a8dc0c90cd8fafc74d61d1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 14:21:09 -0500 Subject: raw gitpb Repo() scan --- structs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 9ff62bf..145a521 100644 --- a/structs.go +++ b/structs.go @@ -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 -- cgit v1.2.3