mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
7 lines
70 B
Go
7 lines
70 B
Go
package main
|
|
|
|
type Client struct {
|
|
id string
|
|
messages chan []byte
|
|
}
|