package
0.0.0-20181013131528-0306ae9a87d1
Repository: https://github.com/nu11ptr/cmpb.git
Documentation: pkg.go.dev
# Functions
FmtDuration formats a duration according to a specific format.
Len computes the length of a string, but unlike the builtin len, it ignores ANSI escape codes.
ResizeL makes sure string is exactly the length of l.
ResizeR makes sure string is exactly the length of l.
Truncate truncates the string s to the given length (ignoring ANSI sequences) and returns the new string.