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" )