summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 16:28:24 -0600
committerJeff Carr <[email protected]>2024-02-19 16:28:24 -0600
commit240da220878c0e24fc40f40c7ea16fff66250d4e (patch)
tree7274c1039ee65e4c8c640d94a4ad30654a28cb43 /structs.go
parent89e8d79d9b300cb97c33f5db55d960aafb400298 (diff)
make more widets mirrors. This is very helpful here
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