diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -41,12 +41,12 @@ type Repo struct { pLabel *gui.Node // path label - targetV *gui.Node // the target version - lastTag *gui.Node // last tagged version label - currentName *gui.Node // current branch name + targetV *gui.Node // the target version + lastTag *gui.Node // last tagged version label + currentName *gui.Node // current branch name currentVersion *gui.Node // current branch version - dirtyLabel *gui.Node // git state (dirty or not?) - goState *gui.Node // what is the state of the go.sum file + gitState *gui.Node // git state (dirty or not?) + 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 |
