goship/client.go
2024-06-17 22:34:04 +02:00

9 lines
102 B
Go

package main
type client struct {
Username string
ID int
match *match
board *board
}