7 lines
127 B
Go
7 lines
127 B
Go
package main
|
|
|
|
import "github.com/grokify/mogo/fmt/fmtutil"
|
|
|
|
func main() {
|
|
fmtutil.SprintfFormatLeadingCharLength("test", 2)
|
|
}
|