diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 18:48:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 18:48:45 -0600 |
| commit | 4e0a111c8c60e8a869099de3fd521629d0f83ceb (patch) | |
| tree | 39a8cb6f7cd43340f38a2dc088e29f8ac09cf293 /structs.go | |
| parent | 9e297f46037c285ff73dd01862f42f1a70a4725a (diff) | |
more things moved to gitpb
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ package main import ( "go.wit.com/gui" "go.wit.com/lib/gadgets" - "go.wit.com/lib/gui/repolist" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" ) @@ -19,7 +18,7 @@ type autoType struct { reposbox *gui.Node reposgrid *gui.Node reposgroup *gui.Node - current *repolist.RepoRow + current *gitpb.Repo // this is the repo we are starting in // make sure it never changes so go.mod and go.sum are always there |
