From ea35f3c0fb4d3ac45569ed6a4715f7f1a25e4a02 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 20:35:43 -0600 Subject: attempt to set repo.State --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 9e33d1a..ae3874b 100644 --- a/structs.go +++ b/structs.go @@ -63,7 +63,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 + pbState *gui.Node // the state of the protobuf masterVersion *gui.Node // the master branch version develVersion *gui.Node // the devel branch version -- cgit v1.2.3