This commit is contained in:
steven carpenter 2025-07-22 02:55:00 -04:00
commit d5762330da
23 changed files with 718 additions and 0 deletions

7
templates/main.go.tmpl Normal file
View file

@ -0,0 +1,7 @@
package main
import "{{.ModName}}/cmd"
func main() {
cmd.Execute()
}