summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c89698a..b1a8d65 100644
--- a/structs.go
+++ b/structs.go
@@ -67,6 +67,11 @@ type autoType struct {
// delete ~/go/src & ~/go/pkg buttons
deleteGoSrcPkgB *gui.Node
+
+ // displays a summary of all the repos
+ // has total dirty, total read-only
+ // total patches, etc
+ summary *develSummary
}
type repo struct {