From fd0e05fce246dacb07d731657dffa4105affaae8 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 30 Nov 2017 12:21:41 +0900 Subject: [PATCH] ing --- client/socket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/socket.go b/client/socket.go index d6865fb..1d47588 100644 --- a/client/socket.go +++ b/client/socket.go @@ -8,7 +8,7 @@ import ( "time" "git.loafle.net/commons_go/logging" - + cuc "git.loafle.net/commons_go/util/context" "git.loafle.net/commons_go/websocket_fasthttp/websocket" )