From 4e73e0c54d95a49e704c9d19b60ff4546b55674e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 04:30:56 -0500 Subject: mv formatting to lib/cobol --- tablePull.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablePull.go b/tablePull.go index a35ccc5..21ca560 100644 --- a/tablePull.go +++ b/tablePull.go @@ -3,7 +3,7 @@ package forgepb import ( - "go.wit.com/lib/config" + "go.wit.com/lib/cobol" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) @@ -34,7 +34,7 @@ func (f *Forge) makePullTable(pb *gitpb.Repos) *gitpb.ReposTable { return "*" } dur := r.NewestAge() - return config.FormatDuration(dur) + return cobol.FormatDuration(dur) }) col.Width = 3 -- cgit v1.2.3