probo/models/player.go
2022-06-23 11:25:35 +02:00

6 baris
62 B
Go

package models
type Player struct {
Name string
Wins int
}