package
0.13.2
Repository: https://github.com/gogs/gogs.git
Documentation: pkg.go.dev

# Functions

Ellipsis returns a truncated string and appends "..." to the end of the string if the string length is larger than the threshold.
RandomChars returns a generated string in given number of random characters.
ToUpperFirst returns s with only the first Unicode letter mapped to its upper case.
Truncate returns a truncated string if its length is over the limit.