summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 20:35:43 -0600
committerJeff Carr <[email protected]>2025-01-07 20:35:43 -0600
commitea35f3c0fb4d3ac45569ed6a4715f7f1a25e4a02 (patch)
treef2660002cb37c126bb543dac2b87304fc2ec05cb /structs.go
parent2cc7e7aa46615cb2a8e559d31bf4db9ed203bbf7 (diff)
attempt to set repo.State
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
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