From a6939dd22f05c13c32d14bd51ed587291cea93a2 Mon Sep 17 00:00:00 2001 From: roc chan <245671051@qq.com> Date: Thu, 11 Aug 2016 13:16:21 +0800 Subject: [PATCH] fix #48 --- comet/pubsub_websocket.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comet/pubsub_websocket.go b/comet/pubsub_websocket.go index 5aeed06..f89641e 100644 --- a/comet/pubsub_websocket.go +++ b/comet/pubsub_websocket.go @@ -17,13 +17,13 @@ package main import ( - // TODO change the 3rd websocket lib - "github.com/golang/net/websocket" - log "github.com/alecthomas/log4go" "net" "net/http" "strconv" "time" + + log "github.com/alecthomas/log4go" + "golang.org/x/net/websocket" ) type KeepAliveListener struct {