diff options
| author | Jeff Carr <[email protected]> | 2025-11-03 20:06:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-03 20:06:39 -0600 |
| commit | 97ee30185a19669b0faa7150da978dcbaec4512a (patch) | |
| tree | 9709bf3ebe99bb6f0b1e3ed3ee59f2148ec49d2a /tableStats.go | |
| parent | a6400fb71a0474be9291c562d73fcb9746f02add (diff) | |
something new around git hash refs
Diffstat (limited to 'tableStats.go')
| -rw-r--r-- | tableStats.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tableStats.go b/tableStats.go index 20e1c63..f229553 100644 --- a/tableStats.go +++ b/tableStats.go @@ -42,9 +42,9 @@ func (pb *Stats) MakeTable(name string) *StatsTable { col.Width = 28 col = t.AddStringFunc("Name", func(r *Stat) string { - return "todo from []slice" + return r.SanitizedSubject }) - col.Width = 20 + col.Width = -1 // col = t.AddSubject() // col.Width = -1 |
