diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ type RepoRow struct { lastTag *gui.Node // last tagged version label currentName *gui.Node // current branch name currentVersion *gui.Node // current branch version - gitState *gui.Node // git state (dirty or not?) - pbState *gui.Node // the state of the protobuf + // gitState *gui.Node // git state (dirty or not?) + pbState *gui.Node // the state of the protobuf masterVersion *gui.Node // the master branch version develVersion *gui.Node // the devel branch version |
