package
0.0.0-20221201073118-5704c6019479
Repository: https://github.com/svntax/playingcardsbot.git
Documentation: pkg.go.dev
# Functions
NewCard creates a new playing card.
NewDeck creates a new deck of cards.
NewDeckWithJokers creates a new deck of cards with a red and black Joker included.
NewDeckWithoutJokers creates a new deck of cards with no Joker cards.
SuitStringToInt returns the int equivalent of the given string.
# Variables
EmptyCard is a fake card to return on invalid function calls that return a playing card.
# Type aliases
Suit is clubs, diamonds, hearts, or spades.