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