Deck exposes an API for a simple 52-card deck.
It holds 52 indivual cards and exposes functions to manipulate them. Each card is represented as a single unsigned, 8-bit integer.
go get github.com/jteeuwen/deck
Unless otherwise stated, all of the work in this project is subject to a 1-clause BSD license. Its contents can be found in the enclosed LICENSE file.