From ca67fa6cd1ea401d6a7d1ab10b265b1d6f049acb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 29 Feb 2024 21:57:33 -0600 Subject: deprecate old go state --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 615c4d2..356aeb8 100644 --- a/structs.go +++ b/structs.go @@ -47,7 +47,7 @@ type RepoRow struct { currentName *gui.Node // current branch name currentVersion *gui.Node // current branch version gitState *gui.Node // git state (dirty or not?) - goState *gui.Node // what is the state of the go.sum file + // 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