diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 12:54:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 12:54:32 -0600 |
| commit | 6c595d32f7041b941f29968ab9f737538e15dbc1 (patch) | |
| tree | 093e42720df42ad863aa8e1d4d9e8d8d4d42d883 /structs.go | |
| parent | 74ce202f73574c122f893e5cd601a39d31168648 (diff) | |
list the patches
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |
