summaryrefslogtreecommitdiff
path: root/time.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 16:27:48 -0500
committerJeff Carr <[email protected]>2025-10-16 16:27:48 -0500
commit0adadf274d3038074979a9a795d87f49575ff1e5 (patch)
treec529d9365d9a5f1cbe1286403a282a921093703d /time.go
parentf879c31c088288468ce2c75706794c9cd6a4ecb2 (diff)
broken cobol timesv0.0.25
Diffstat (limited to 'time.go')
-rw-r--r--time.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/time.go b/time.go
index 17f4fb5..df89d24 100644
--- a/time.go
+++ b/time.go
@@ -20,10 +20,10 @@ func Time(someTimeAgoOrLaterNotsure any) string {
return fmt.Sprintf("%-28.28s", guess)
}
if errors.Is(err, Broken) {
- return fmt.Sprintf("%-28.28s", "cobol.Time() Broken")
+ return fmt.Sprintf("%-28.28s", "Broken cobol.Time()")
}
if errors.Is(err, NoTime) {
- return fmt.Sprintf("%-28.28s", "cobol.Time() NoTime")
+ return fmt.Sprintf("%-28.28s", "NoTime cobol.Time()")
}
return fmt.Sprintf("%-28.28s", " / / : : (notsure)")
}