diff options
| author | Jeff Carr <[email protected]> | 2024-02-19 14:42:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-19 14:42:34 -0600 |
| commit | 89e8d79d9b300cb97c33f5db55d960aafb400298 (patch) | |
| tree | 5f54303e9208dbbf613385cd477e4342cccf321d /structs.go | |
| parent | 5d0c793ae99dacf49520c6b9902130d0d40e3528 (diff) | |
adding 'mirror' widget support is a win here
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 |
