diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 11:10:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 11:10:40 -0500 |
| commit | 487cb10da55cef7efe0f63758ec80c9abc5ce4d1 (patch) | |
| tree | 0e3d4e3a9e5af74fe976aa8c6129eedaa9daffb3 /tableRepos.go | |
| parent | 379e4b04802d852fea8e3daf03cb85d15a1bb0db (diff) | |
keep adding table stats
Diffstat (limited to 'tableRepos.go')
| -rw-r--r-- | tableRepos.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tableRepos.go b/tableRepos.go index 863e35c..7c1c897 100644 --- a/tableRepos.go +++ b/tableRepos.go @@ -103,4 +103,5 @@ func printPackagingTable(pb *gitpb.Repos) { col.Width = -1 tablePB.PrintTable() + log.Printf("wit.packagingTable() %d repos\n", pb.Len()) } |
