diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 14:51:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 14:51:09 -0500 |
| commit | 2232aa5823b4346bcb9ecb330bf718572f041485 (patch) | |
| tree | 72fc2a670ed05422224c897c34b63dac283bbc19 /set.table.go | |
| parent | 8e3008cfe8caeeba4e39cb2c363b6f89cb3036ff (diff) | |
Diffstat (limited to 'set.table.go')
| -rw-r--r-- | set.table.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/set.table.go b/set.table.go index 49bc60f..1ab2526 100644 --- a/set.table.go +++ b/set.table.go @@ -39,6 +39,9 @@ func (pb *Patches) makeStandardTable() *PatchesTable { col = t.AddPatchId() col.Width = 8 + col = t.AddNewHash() + col.Width = 8 + col = t.AddTimeFunc("ctime", func(p *Patch) time.Time { // todo return p.Ctime.AsTime() |
