summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 0758258..128426d 100644
--- a/structs.go
+++ b/structs.go
@@ -37,6 +37,8 @@ type RepoList struct {
shownCount *gui.Node
hideFunction func(*RepoRow)
duration *gui.Node
+
+ rows []*RepoRow
}
type RepoRow struct {