package
1.13.1-rc2
Repository: https://github.com/tiborvass/docker.git
Documentation: pkg.go.dev

# Functions

Ellipsis truncates a string to fit within maxlen, and appends ellipsis (...).
GenerateRandomAlphaOnlyString generates an alphabetical random string with length n.
GenerateRandomASCIIString generates an ASCII random string with length n.
InSlice tests whether a string is contained in a slice of strings or not.
ShellQuoteArguments takes a list of strings and escapes them so they will be handled right when passed as arguments to a program via a shell.
Truncate truncates a string to maxlen.