Created
July 20, 2015 03:26
-
-
Save soheilhy/c1bc7f6c42687bc75a0b to your computer and use it in GitHub Desktop.
main incomplete
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func main() { | |
h := beehive.NewHive() | |
taskq.RegisterTaskQ(h) | |
glog.Info("taskq started") | |
h.Start() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment