9 lines
102 B
Go
9 lines
102 B
Go
package main
|
|
|
|
type client struct {
|
|
Username string
|
|
ID int
|
|
match *match
|
|
board *board
|
|
}
|