diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 22:22:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 22:22:34 -0600 |
| commit | ceeab4c0d2bc72b9bd06f58052ee16cf834b1890 (patch) | |
| tree | 8b1b9dbf7563c3e2fc1b04b5512273f70da882a6 /structs.go | |
| parent | 4735d37b3c210d0251256d0b4769c5caf9aaa066 (diff) | |
working on release versioning
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
