9 lines
88 B
Go
9 lines
88 B
Go
package main
|
|
|
|
import "gospt/cmd"
|
|
|
|
func main() {
|
|
defCmd := "tui"
|
|
cmd.Execute(defCmd)
|
|
}
|