dispatch/main.go

10 lines
102 B
Go
Raw Normal View History

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