Convert HotGoal over to event loops.

Change-Id: I43f9e4b26f89e5758cb4a18d91694cdb68186361
diff --git a/y2014/queues/hot_goal.q b/y2014/queues/hot_goal.q
index d936968..8aabb46 100644
--- a/y2014/queues/hot_goal.q
+++ b/y2014/queues/hot_goal.q
@@ -1,7 +1,7 @@
 package y2014;
 
+// Published on ".y2014.hot_goal"
 message HotGoal {
 	uint64_t left_count;
 	uint64_t right_count;
 };
-queue HotGoal hot_goal;