deno server

This commit is contained in:
bobbydigitales
2024-10-09 08:30:28 -07:00
parent a3a9790eed
commit 26ed3bcf84
6 changed files with 167 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import (
type PeerSet struct {
sync.Mutex
m map[string]struct{}
M map[string]struct{}
}
var userPeersMutex sync.Mutex = sync.Mutex{}