summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-02 01:42:13 -0600
committerJeff Carr <[email protected]>2024-02-02 01:42:13 -0600
commitc83524739cd2484b50810a239db1f001c05c4000 (patch)
treefb0f201ed27fd36f78988fd1c8e1e6e8df22df65 /structs.go
parent504cd29dcbf63bf63bcacb63cfc76238c6f7e814 (diff)
almost clickable releases
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 10456b3..5e89165 100644
--- a/structs.go
+++ b/structs.go
@@ -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