dispatch/main.go

10 lines
102 B
Go
Raw Permalink Normal View History

2015-01-17 01:37:21 +00:00
package main
import (
2015-12-11 03:35:48 +00:00
"github.com/khlieng/dispatch/commands"
2015-01-17 01:37:21 +00:00
)
func main() {
commands.Execute()
2015-01-17 01:37:21 +00:00
}