Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gleicon committed Mar 20, 2014
1 parent 3da8933 commit 9335ec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/parrot.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ package main
import (
"fmt"
"github.com/gleicon/swarm"
"testing"
)

var cluster = []string{"10.0.0.1"}
var myee = NewDistributedEventEmitter(cluster, "10.0.0.1")
var myee = swarm.NewDistributedEventEmitter(cluster, "10.0.0.1")

func main() {
myee.On("parrot", func(w []byte) {
Expand Down

0 comments on commit 9335ec9

Please sign in to comment.