diff options
| -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() |
