gospt/main.go
jjohnstondev e5bef071c7
Some checks failed
continuous-integration/drone/tag Build is failing
refac
2023-01-09 15:52:21 -08:00

9 lines
88 B
Go

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