Remove unused import

This commit is contained in:
Jonathan Leibiusky (@xetorthio)
2017-10-20 15:30:58 +02:00
parent fbce7ce63a
commit 2fd1b628a8

View File

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