probo/lib/models/player.go
2023-12-21 17:38:05 +01:00

6 lines
62 B
Go

package models
type Player struct {
Name string
Wins int
}