Skip to content

Commit

Permalink
bump centrifuge-go dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Mar 10, 2020
1 parent 35fd6cf commit d89e782
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
25 changes: 15 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

[[constraint]]
name = "github.com/centrifugal/centrifuge-go"
version = "0.2.3"
version = "0.3.0"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion examples/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (h *eventHandler) OnConnect(c *centrifuge.Client, e *centrifuge.ConnectEven
}

func (h *eventHandler) OnDisconnect(c *centrifuge.Client, e *centrifuge.DisconnectEvent) {
log.Println("client diconnected")
log.Println("client disconnected")
}

type subEventHandler struct{}
Expand Down

0 comments on commit d89e782

Please sign in to comment.