diff options
| author | Jeff Carr <[email protected]> | 2024-02-19 16:28:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-19 16:28:24 -0600 |
| commit | 240da220878c0e24fc40f40c7ea16fff66250d4e (patch) | |
| tree | 7274c1039ee65e4c8c640d94a4ad30654a28cb43 /structs.go | |
| parent | 89e8d79d9b300cb97c33f5db55d960aafb400298 (diff) | |
make more widets mirrors. This is very helpful here
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 |
