From 8893af7740e7fa27fc5040242a4f805ea6aa163d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Nov 2024 21:03:23 -0600 Subject: testGui example seems to work --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 5b04899..9e33d1a 100644 --- a/structs.go +++ b/structs.go @@ -6,6 +6,7 @@ import ( "go.wit.com/gui" "go.wit.com/lib/gui/repostatus" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/gitpb" ) var me *RepoList @@ -53,6 +54,7 @@ type RepoRow struct { lasttagrev string // lasttag string giturl string + pb *gitpb.Repo pLabel *gui.Node // path label -- cgit v1.2.3