We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
62f424a
make Value() return driver.Value instead of interface{} to satisfy Va…
2c93564
Make Deck satisfy the sql.Scanner interface
d75c73a
Add Remove() method to remove a card from a deck. Add unit tests for …
5aa0bb5
If deck is nil, then Copy should return a nil Deck
e080b3a
Change Card.Marshal* methods to not use pointer receiver