MVP
This commit is contained in:
commit
d5762330da
23 changed files with 718 additions and 0 deletions
7
templates/main.go.tmpl
Normal file
7
templates/main.go.tmpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "{{.ModName}}/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue