probo/models/player.go

7 lines
62 B
Go
Raw Normal View History

2022-06-23 11:25:35 +02:00
package models
type Player struct {
Name string
Wins int
}