summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-24 22:22:34 -0600
committerJeff Carr <[email protected]>2024-01-24 22:22:34 -0600
commitceeab4c0d2bc72b9bd06f58052ee16cf834b1890 (patch)
tree8b1b9dbf7563c3e2fc1b04b5512273f70da882a6 /structs.go
parent4735d37b3c210d0251256d0b4769c5caf9aaa066 (diff)
working on release versioning
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 4 insertions, 4 deletions
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