summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index cba4b69..d9db235 100644
--- a/structs.go
+++ b/structs.go
@@ -41,12 +41,12 @@ type Repo struct {
pLabel *gui.Node // path label
- targetV *gui.Node // the target version
- lastTag *gui.Node // last tagged version label
- currentName *gui.Node // current branch name
+ targetV *gui.Node // the target version
+ lastTag *gui.Node // last tagged version label
+ currentName *gui.Node // current branch name
currentVersion *gui.Node // current branch version
- dirtyLabel *gui.Node // git state (dirty or not?)
- goState *gui.Node // what is the state of the go.sum file
+ gitState *gui.Node // git state (dirty or not?)
+ goState *gui.Node // what is the state of the go.sum file
masterVersion *gui.Node // the master branch version
develVersion *gui.Node // the devel branch version