diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
