This commit is contained in:
parent
0ee4744afb
commit
3fd27ac833
3 changed files with 26 additions and 0 deletions
7
go/main.go
Normal file
7
go/main.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "github.com/grokify/mogo/fmt/fmtutil"
|
||||
|
||||
func main() {
|
||||
fmtutil.SprintfFormatLeadingCharLength("test", 2)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue