diff options
| author | Jeff Carr <[email protected]> | 2024-11-05 03:14:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-05 03:14:27 -0600 |
| commit | 44d221697fa9e5edd81ec99a7041c726d42ba034 (patch) | |
| tree | d3861d29d9494c19b460b430bb22e60104af5596 /structs.go | |
| parent | 9a1cc5839fb087cadfa02e00a9131dc5c73818c0 (diff) | |
show target version in the stdout report
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ type RepoList struct { shownCount *gui.Node hideFunction func(*RepoRow) duration *gui.Node + + rows []*RepoRow } type RepoRow struct { |
