goship/client.go

9 lines
102 B
Go
Raw Normal View History

2024-06-17 22:34:04 +02:00
package main
type client struct {
Username string
ID int
match *match
board *board
}