diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 16:27:48 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 16:27:48 -0500 | 
| commit | 0adadf274d3038074979a9a795d87f49575ff1e5 (patch) | |
| tree | c529d9365d9a5f1cbe1286403a282a921093703d | |
| parent | f879c31c088288468ce2c75706794c9cd6a4ecb2 (diff) | |
broken cobol timesv0.0.25
| -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)")  }  | 
