add files

This commit is contained in:
Smile Rex
2026-01-11 17:42:17 +03:00
commit 81f5fead95
3 changed files with 198 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module server
go 1.25.0
require github.com/gorilla/websocket v1.5.3