diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 14:45:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 14:45:09 -0600 |
| commit | f3a30ed95bdc02a0152759cc65692c998122af2a (patch) | |
| tree | d09af7ddbdc24b36b8396ef30bb6517c80542176 /structs.go | |
| parent | 24b13e7ea4d9a0aef6cc4f98cce8c7339b5c5e98 (diff) | |
add scan duration label
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ type RepoList struct { shownCount *gui.Node hideFunction func(*Repo) + duration *gui.Node } type Repo struct { |
