a chat room

This commit is contained in:
bel
2025-10-14 22:04:30 -06:00
parent c9c4800d68
commit 13b583a77e
6 changed files with 128 additions and 93 deletions

5
src/server/message.go Normal file
View File

@@ -0,0 +1,5 @@
package server
type message struct {
Text string
}