PadLeft
func PadLeft(str string, padWith string, padTo int) string
PadLeft - Pad a string to a certain length with another string on the left side. If padding string is more than one char, it might be trucated to fit padTo size.
func PadLeft(str string, padWith string, padTo int) string
PadLeft - Pad a string to a certain length with another string on the left side. If padding string is more than one char, it might be trucated to fit padTo size.