summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go15
1 files changed, 3 insertions, 12 deletions
diff --git a/structs.go b/structs.go
index 3c6acf3..d093065 100644
--- a/structs.go
+++ b/structs.go
@@ -67,12 +67,6 @@ type autoType struct {
deleteGoSrcPkgB *gui.Node
}
-/*
-var cmds *gui.Node
-var doit *gui.Node
-var dryrun *gui.Node
-*/
-
type repo struct {
hidden bool
path string
@@ -80,18 +74,15 @@ type repo struct {
lasttag string
pLabel *gui.Node // path label
- // bLabel *gui.Node // branch label
+
lastTag *gui.Node // last tagged version label
vLabel *gui.Node // version label
dirtyLabel *gui.Node // git state (dirty or not?)
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
- // develName *gui.Node // the devel branch name
- develVersion *gui.Node // the devel branch version
- // userName *gui.Node // the jcarr branch name
- userVersion *gui.Node // the jcarr branch version
+ develVersion *gui.Node // the devel branch version
+ userVersion *gui.Node // the user branch version
statusButton *gui.Node // opens up the status window