🔨 Refactors imports

This commit is contained in:
2025-06-07 17:06:21 +02:00
parent 53722bdf18
commit 4b2248a6d7

View File

@@ -1,11 +1,12 @@
package main package main
import ( import (
"net/http"
"time"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
"github.com/labstack/echo/v4" "github.com/labstack/echo/v4"
"github.com/labstack/gommon/log" "github.com/labstack/gommon/log"
"net/http"
"time"
) )
var upgrader = websocket.Upgrader{} var upgrader = websocket.Upgrader{}