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.

# Constants

Constants for suit types.
Constants for suit types.
Constants for suit types.
Constants for suit types.
Constants for suit types.
Constants for suit types.

# Variables

EmptyCard is a fake card to return on invalid function calls that return a playing card.

# Structs

Card is a standard playing card.
Deck is a standard 52-card list of playing cards.

# Type aliases

Suit is clubs, diamonds, hearts, or spades.