new server

This commit is contained in:
Smile Rex
2026-01-21 18:49:12 +03:00
parent cb586cd5ce
commit 280d9801d6
19 changed files with 157 additions and 452 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module server
go 1.25.0
require github.com/gorilla/websocket v1.5.3
require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
)