From 89e8d79d9b300cb97c33f5db55d960aafb400298 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 19 Feb 2024 14:42:34 -0600 Subject: adding 'mirror' widget support is a win here --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') 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 -- cgit v1.2.3