Created websocket signaler handler placeholder

This commit is contained in:
2025-11-14 03:56:00 +03:00
parent 5791786a9f
commit 333cf981c9
4 changed files with 37 additions and 2 deletions

2
go.mod
View File

@@ -3,3 +3,5 @@ module echo
go 1.22.2
require github.com/gorilla/mux v1.8.1
require github.com/gorilla/websocket v1.5.3