diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 18:50:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 18:50:00 -0600 |
| commit | b6d81303333e4ae3a98da8838fb364a2ffaa797a (patch) | |
| tree | 3a2763a731f3b71b0513d78939d2da81572ee58d /structs.go | |
| parent | 69f56d1ef0341de10c7a80f3c7ea7da9469b7005 (diff) | |
more cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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 |
