This website requires JavaScript.
Explore
Help
Sign In
e2m
/
dispatch
Watch
4
Star
0
Fork
You've already forked dispatch
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4ee035766b
dispatch
/
main.go
10 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Init
2015-01-17 01:37:21 +00:00
package
main
import
(
Name it
2015-12-11 03:35:48 +00:00
"github.com/khlieng/dispatch/commands"
Init
2015-01-17 01:37:21 +00:00
)
func
main
(
)
{
Add cobra, move the server code into its own package
2015-05-01 20:59:46 +00:00
commands
.
Execute
(
)
Init
2015-01-17 01:37:21 +00:00
}