player.go 62 B

123456
  1. package models
  2. type Player struct {
  3. Name string
  4. Wins int
  5. }