Print is like fmt.Print but with the options for a minimum and maximum
length of a string. In addition you can define a suffix for strings which
have been trimmed.
Sprint is like fmt.Sprint but with the options for a minimum and maximum
length of a string. In addition you can define a suffix for strings which
have been trimmed.