1
0
licensmith/main.go

10 lines
93 B
Go
Raw Normal View History

2024-12-27 05:34:15 +01:00
package main
import (
"go.wzykubek.xyz/licensmith/cmd"
2024-12-27 05:34:15 +01:00
)
func main() {
cmd.Execute()
2024-12-27 05:34:15 +01:00
}