joshk / pusher

Pusher server in Go
37 stars 15 forks source link

examples failed #8

Open agerlic opened 10 years ago

agerlic commented 10 years ago

Currently all examples failed due to NewClient call (wrong numbers of arguments)

$too many arguments in call to pusher.NewClient

seems due to

https://github.com/timonv/pusher/commit/011114c803b3adb8dab3c66f3d4648e8b9513bd9#diff-d0b7f86cea13f90d3cc0cc2338da8d5fL64

agerlic commented 10 years ago

README needs also an update on this.