pull/104/head
Christopher Young 2015-11-10 18:44:00 -05:00
rodzic c3d6ebaa2e
commit 5ddd7d1b65
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,9 +7,9 @@ import (
)
type uibroadcaster struct {
sockets []*websocket.Conn
sockets []*websocket.Conn
sockets_mu *sync.Mutex
messages chan []byte
messages chan []byte
}
func NewUIBroadcaster() *uibroadcaster {