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