package main import "github.com/grokify/mogo/fmt/fmtutil" func main() { fmtutil.SprintfFormatLeadingCharLength("test", 2) }