6 baris
62 B
Go
6 baris
62 B
Go
package models
|
|
|
|
type Player struct {
|
|
Name string
|
|
Wins int
|
|
}
|