Skip to content

Commit 3fb29c4

Browse files
committed
fix missing import
1 parent 2d81575 commit 3fb29c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/backend/websocket.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package backend
33
import (
44
"fmt"
55
"github.com/gorilla/websocket"
6+
"github.com/labstack/echo/v4"
67
"log"
78
"net/http"
89
mutexSync "sync"

0 commit comments

Comments
 (0)