diff options
Diffstat (limited to 'time.go')
| -rw-r--r-- | time.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)") } |
