pipeline-test-dependencies/go/main.go
Oliver Lippert 3fd27ac833
All checks were successful
renovate / renovate (push) Successful in 42s
add go demo project
2024-01-21 11:51:41 +01:00

7 lines
127 B
Go

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