summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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