7 lines
72 B
Cheetah
7 lines
72 B
Cheetah
package main
|
|
|
|
import "{{.ModName}}/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|