From f22a5d5df4ba8dfd5ef742022e38673b66322422 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 5 Dec 2017 16:48:49 +0900 Subject: [PATCH] ing --- client/rwc/websocket/fasthttp/client_rwc_handlers.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/rwc/websocket/fasthttp/client_rwc_handlers.go b/client/rwc/websocket/fasthttp/client_rwc_handlers.go index 307a49b..26a820d 100644 --- a/client/rwc/websocket/fasthttp/client_rwc_handlers.go +++ b/client/rwc/websocket/fasthttp/client_rwc_handlers.go @@ -1,12 +1,11 @@ package fasthttp import ( - "github.com/gorilla/websocket" - "git.loafle.net/commons_go/logging" "git.loafle.net/commons_go/rpc/client" "git.loafle.net/commons_go/rpc/protocol" cwfc "git.loafle.net/commons_go/websocket_fasthttp/client" + "git.loafle.net/commons_go/websocket_fasthttp/websocket" ) func New(socketBuilder cwfc.SocketBuilder) client.ClientReadWriteCloseHandler {