(timestamp float64)
| 430 | } |
| 431 | |
| 432 | func formatStamp(timestamp float64) string { |
| 433 | return strconv.FormatFloat(timestamp, 'f', 3, 64) |
| 434 | } |
| 435 | |
| 436 | func shortDescription(version string) string { |
| 437 | return fmt.Sprintf("CronitorCLI version %s", version) |
no outgoing calls
no test coverage detected