diff options
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 { |
