From ceeab4c0d2bc72b9bd06f58052ee16cf834b1890 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 24 Jan 2024 22:22:34 -0600 Subject: working on release versioning Signed-off-by: Jeff Carr --- structs.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index c0d9d11..760ee2e 100644 --- a/structs.go +++ b/structs.go @@ -16,7 +16,7 @@ var reposgroup *gui.Node var me *autoType type autoType struct { - allrepos map[*repo]string + allrepos map[string]*repo myGui *gui.Node autotypistWindow *gadgets.BasicWindow @@ -68,9 +68,9 @@ type repo struct { pLabel *gui.Node // path label // bLabel *gui.Node // branch label - lastTag *gui.Node // last tagged version label - vLabel *gui.Node // version label - dirtyLabel *gui.Node // git state (dirty or not?) + lastTag *gui.Node // last tagged version label + vLabel *gui.Node // version label + dirtyLabel *gui.Node // git state (dirty or not?) goSumStatus *gui.Node // what is the state of the go.sum file // masterName *gui.Node // the master branch name -- cgit v1.2.3