Initial commit
This commit is contained in:
7
skills/go-cli-builder/assets/templates/main.go
Normal file
7
skills/go-cli-builder/assets/templates/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "{{MODULE_NAME}}/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user