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