Documentation ¶
Index ¶
- func Ago(timestamp *types.Timestamp) string
- func Duration(d *types.Duration) string
- func ProgressBar(width, green, yellow, red int) string
- func Since(timestamp *types.Timestamp) string
- func Size(size uint64) string
- func TimeDifference(from *types.Timestamp, to *types.Timestamp) string
- func UnescapeHTML(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ago ¶
Ago pretty-prints the amount of time that has passed since timestamp as a human-readable string, and adds "ago" to the end.
func ProgressBar ¶ added in v1.9.9
ProgressBar pretty prints a progress bar with given width and green, yellow and red segments. green, yellow and red need not add to width, they will be normalized. If red is nonzero there will always be at least one red segment, even if red is less than 1/width of the total bar.
func Since ¶ added in v1.9.12
Since pretty-prints the amount of time that has passed since timestamp as a human-readable string.
func TimeDifference ¶ added in v1.5.1
TimeDifference pretty-prints the duration of time between from and to as a human-reabable string.
func UnescapeHTML ¶
UnescapeHTML returns s with < and > unescaped.
Types ¶
This section is empty.