dispatch/main.go

10 lines
106 B
Go
Raw Normal View History

2015-01-17 01:37:21 +00:00
package main
import (
"github.com/khlieng/name_pending/commands"
2015-01-17 01:37:21 +00:00
)
func main() {
commands.Execute()
2015-01-17 01:37:21 +00:00
}