kopia lustrzana https://github.com/cyoung/stratux
Formatting.
rodzic
c3d6ebaa2e
commit
5ddd7d1b65
|
@ -7,9 +7,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type uibroadcaster struct {
|
type uibroadcaster struct {
|
||||||
sockets []*websocket.Conn
|
sockets []*websocket.Conn
|
||||||
sockets_mu *sync.Mutex
|
sockets_mu *sync.Mutex
|
||||||
messages chan []byte
|
messages chan []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewUIBroadcaster() *uibroadcaster {
|
func NewUIBroadcaster() *uibroadcaster {
|
||||||
|
|
Ładowanie…
Reference in New Issue