probo/pkg/models/player.go

6 lines
62 B
Go

package models
type Player struct {
Name string
Wins int
}