gospt/main.go
2023-01-13 22:27:38 -08:00

11 lines
97 B
Go

package main
import (
"gospt/src/cmd"
)
func main() {
defCmd := "tui"
cmd.Execute(defCmd)
}