diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 04:30:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 04:30:56 -0500 |
| commit | 4e73e0c54d95a49e704c9d19b60ff4546b55674e (patch) | |
| tree | 5554493199934627006209206d22b9a16d2dd814 | |
| parent | c42d76b89fbd4077a5895a8fe04f69350ea890a0 (diff) | |
mv formatting to lib/cobolv0.0.180
| -rw-r--r-- | tablePull.go | 4 |
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 |
