initial commit

This commit is contained in:
AlexandreRouma
2025-10-31 18:38:33 -04:00
commit 140bc3c3f5
16 changed files with 1637 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module ryzerth/wiscast
go 1.23
require github.com/gorilla/websocket v1.5.3