working lobby-ish

This commit is contained in:
Beric Bearnson
2024-08-23 11:59:19 -06:00
parent e90b9c26b1
commit e5df746e7f
6 changed files with 94 additions and 35 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ var exit chan bool
func main() {
fmt.Println("Starting sshpong server!")
netwrk.Listen()
netwrk.LobbyListen()
_ = <-exit
}