add go demo project
All checks were successful
renovate / renovate (push) Successful in 42s

This commit is contained in:
Oliver Lippert 2024-01-21 11:51:24 +01:00
parent 0ee4744afb
commit 3fd27ac833
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
3 changed files with 26 additions and 0 deletions

7
go/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "github.com/grokify/mogo/fmt/fmtutil"
func main() {
fmtutil.SprintfFormatLeadingCharLength("test", 2)
}