package cache import "clickandjoin.app/websocketserver/modules/structs" var SocketClients = make(map[string]*structs.SocketClient)