Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2020 Changes in this version + type Deck struct + func New() (d Deck) + func (d *Deck) Drop() error + func (d *Deck) Pick() (c card.Card, err error)