summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-29 21:57:33 -0600
committerJeff Carr <[email protected]>2024-02-29 21:57:33 -0600
commitca67fa6cd1ea401d6a7d1ab10b265b1d6f049acb (patch)
tree3d7afa3e87cef59812c33b5119c6299b362e21f3 /structs.go
parente4769df09034e8f5cdea1b941b2e260e91f14c15 (diff)
deprecate old go statev0.21.1
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 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