dispatch/main.go
2016-03-09 23:05:13 +01:00

10 lines
102 B
Go

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