diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 08:51:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 08:51:45 -0600 |
| commit | 49724b16e81d114c7024c4c446cfcb76013c57dc (patch) | |
| tree | 586ee57f66412d2607df17552d37437da041103a /structs.go | |
| parent | 678d6357b1db76aa416048ff3695c5909fd0fd6f (diff) | |
more on tagsv0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ type RepoStatus struct { window *gadgets.BasicWindow + // a window to manage your .git tags + TagsW *repoTags + dirtyLabel *gadgets.OneLiner readOnly *gadgets.OneLiner goSumStatus *gadgets.OneLiner |
