From 240da220878c0e24fc40f40c7ea16fff66250d4e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 19 Feb 2024 16:28:24 -0600 Subject: make more widets mirrors. This is very helpful here --- structs.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'structs.go') 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 -- cgit v1.2.3