Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2020 Changes in this version + type Cards struct + func (p *Cards) Add(card card.Card) error + func (p *Cards) Drop(card card.Card) error + func (p Cards) Get(index int) card.Card + func (p Cards) Have(card card.Card) bool + func (p Cards) Len() int + type Player struct + func New(id, name string) Player + func (p Player) ID() string + func (p Player) Is(who Player) bool + func (p Player) IsEmpty() bool