diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ type Repo struct { targetV *gui.Node // the target version lastTag *gui.Node // last tagged version label - vLabel *gui.Node // 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 |
