bubblewand/embed/templates/main.go.tmpl

7 lines
72 B
Cheetah

package main
import "{{.ModName}}/cmd"
func main() {
cmd.Execute()
}