diff --git a/server/routes.go b/server/routes.go index a51cc6a..7beeb8f 100644 --- a/server/routes.go +++ b/server/routes.go @@ -1,11 +1,12 @@ package main import ( + "net/http" + "time" + "github.com/gorilla/websocket" "github.com/labstack/echo/v4" "github.com/labstack/gommon/log" - "net/http" - "time" ) var upgrader = websocket.Upgrader{}