dispatch/main.go

10 lines
106 B
Go

package main
import (
"github.com/khlieng/name_pending/commands"
)
func main() {
commands.Execute()
}