Documentation ¶
Index ¶
Constants ¶
View Source
const (
TruncateKey = "truncate"
)
Keys to be used in templates for the functions in this package.
Variables ¶
This section is empty.
Functions ¶
func Truncate ¶
Truncate will try to return a string that is no longer than `size`, which defaults to 50. If given a `trail` option the returned string will have that appended at the end, while still trying to make sure that the returned string is no longer than `size` characters long. However, if `trail` is longer than or equal to `size`, `trail` will be returned completely as is. Defaults to a `trail` of `...`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.