1
0
licensmith/main.go

10 lines
102 B
Go

package main
import (
"git.brono.cloud/wzykubek/licensmith/cmd"
)
func main() {
cmd.Execute()
}