From 2fd1b628a899a375357fa0d8f16c7b0d65b7f132 Mon Sep 17 00:00:00 2001 From: "Jonathan Leibiusky (@xetorthio)" Date: Fri, 20 Oct 2017 15:30:58 +0200 Subject: [PATCH] Remove unused import --- handlers/ws.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/handlers/ws.go b/handlers/ws.go index 23ee845..debfea3 100644 --- a/handlers/ws.go +++ b/handlers/ws.go @@ -7,7 +7,6 @@ import ( "net/http" "sync" - "github.com/googollee/go-socket.io" "github.com/gorilla/mux" "github.com/gorilla/websocket" "github.com/play-with-docker/play-with-docker/event" @@ -199,7 +198,3 @@ func ws(so *socket) { } }) } - -func WSError(so socketio.Socket) { - log.Println("error ws") -}