From c83524739cd2484b50810a239db1f001c05c4000 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 2 Feb 2024 01:42:13 -0600 Subject: almost clickable releases Signed-off-by: Jeff Carr --- structs.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 10456b3..5e89165 100644 --- a/structs.go +++ b/structs.go @@ -91,10 +91,10 @@ type repo struct { pLabel *gui.Node // path label // bLabel *gui.Node // branch label - lastTag *gui.Node // last tagged version label - vLabel *gui.Node // version label - dirtyLabel *gui.Node // git state (dirty or not?) - goSumStatus *gui.Node // what is the state of the go.sum file + lastTag *gui.Node // last tagged version label + vLabel *gui.Node // version label + dirtyLabel *gui.Node // git state (dirty or not?) + goSumStatus *gui.Node // what is the state of the go.sum file targetVersion *gui.Node // the final repo release version statusButton *gui.Node // opens up the status window -- cgit v1.2.3