diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 21:03:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 21:03:23 -0600 |
| commit | 8893af7740e7fa27fc5040242a4f805ea6aa163d (patch) | |
| tree | a3526dda78b87374441984618da1261e717ba209 /structs.go | |
| parent | 931e345895e99e9cb058029763e12562cc6d5fba (diff) | |
testGui example seems to work
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
