summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 02:27:17 -0600
committerJeff Carr <[email protected]>2024-01-31 02:27:17 -0600
commita46c523a7a3a7202f0af97036ff39f01a1dffc2a (patch)
tree7f2757bad4cb6bd7e152c892e6f54e56a9651023 /structs.go
parent537af9573e7f919e62d8dce0a89c98d304a3032d (diff)
remove non-current branch info
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index bb03c2d..0c0fba4 100644
--- a/structs.go
+++ b/structs.go
@@ -90,11 +90,11 @@ type repo struct {
goSumStatus *gui.Node // what is the state of the go.sum file
// masterName *gui.Node // the master branch name
- masterVersion *gui.Node // the master branch version
+ // masterVersion *gui.Node // the master branch version
// develName *gui.Node // the devel branch name
- develVersion *gui.Node // the devel branch version
+ // develVersion *gui.Node // the devel branch version
// userName *gui.Node // the jcarr branch name
- userVersion *gui.Node // the jcarr branch version
+ // userVersion *gui.Node // the jcarr branch version
statusButton *gui.Node // opens up the status window