More work on events, still have to convert pascal case event type name to rabbitmq dot notation, but after that should be done

This commit is contained in:
Torkel Ödegaard
2015-02-04 17:15:05 +01:00
parent 525179eb85
commit d8db5189c1
6 changed files with 48 additions and 47 deletions
-1
View File
@@ -85,7 +85,6 @@ func runWeb(c *cli.Context) {
eventpublisher.Init()
var err error
m := newMacaron()
api.Register(m)