diff options
| author | Jeff Carr <[email protected]> | 2024-02-02 01:42:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-02 01:42:13 -0600 |
| commit | c83524739cd2484b50810a239db1f001c05c4000 (patch) | |
| tree | fb0f201ed27fd36f78988fd1c8e1e6e8df22df65 /structs.go | |
| parent | 504cd29dcbf63bf63bcacb63cfc76238c6f7e814 (diff) | |
almost clickable releases
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
@@ -91,10 +91,10 @@ 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?) - goSumStatus *gui.Node // what is the state of the go.sum file + 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 targetVersion *gui.Node // the final repo release version statusButton *gui.Node // opens up the status window |
