Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating resource.
Please try to avoid dependencies to third-party libraries and frameworks.
import "strings" import "utf8"
if n := utf8.RuneCountInString(s); n < m { s = strings.Repeat(c, m-n) + s }
LazUtf8
s := UTF8PadLeft(s,m,c);
s = s.rjust(m, c)
s.rjust(m, c)