From e0e8fa6e2a77db772515c9632c64c9e5789f4065 Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 30 Dec 2013 22:51:54 +0800 Subject: [PATCH] fix #413 --- example/chat/controllers/ws.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 (