diff --git a/example/chat/controllers/ws.go b/example/chat/controllers/ws.go index 9334336f..9b3f5b10 100644 --- a/example/chat/controllers/ws.go +++ b/example/chat/controllers/ws.go @@ -1,12 +1,13 @@ package controllers import ( - "github.com/astaxie/beego" - "github.com/garyburd/go-websocket/websocket" "io/ioutil" "math/rand" "net/http" "time" + + "github.com/astaxie/beego" + "github.com/gorilla/websocket" ) const (