summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 04:30:56 -0500
committerJeff Carr <[email protected]>2025-10-12 04:30:56 -0500
commit4e73e0c54d95a49e704c9d19b60ff4546b55674e (patch)
tree5554493199934627006209206d22b9a16d2dd814
parentc42d76b89fbd4077a5895a8fe04f69350ea890a0 (diff)
mv formatting to lib/cobolv0.0.180
-rw-r--r--tablePull.go4
1 files 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