From 6c595d32f7041b941f29968ab9f737538e15dbc1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 13 Feb 2024 12:54:32 -0600 Subject: list the patches Signed-off-by: Jeff Carr --- structs.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'structs.go') 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 { -- cgit v1.2.3