summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 14:42:34 -0600
committerJeff Carr <[email protected]>2024-02-19 14:42:34 -0600
commit89e8d79d9b300cb97c33f5db55d960aafb400298 (patch)
tree5f54303e9208dbbf613385cd477e4342cccf321d /structs.go
parent5d0c793ae99dacf49520c6b9902130d0d40e3528 (diff)
adding 'mirror' widget support is a win here
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index a2b1413..cba4b69 100644
--- a/structs.go
+++ b/structs.go
@@ -43,7 +43,8 @@ type Repo struct {
targetV *gui.Node // the target version
lastTag *gui.Node // last tagged version label
- vLabel *gui.Node // 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