Skip to content

Releases: zchenyu/cards

v0.1.7

18 May 07:51

Choose a tag to compare

make Value() return driver.Value instead of interface{} to satisfy Va…

v0.1.6

18 May 07:47

Choose a tag to compare

Make Deck satisfy the sql.Scanner interface

v0.1.5

25 Apr 22:55

Choose a tag to compare

Add Remove() method to remove a card from a deck. Add unit tests for …

v0.1.4

25 Apr 06:36

Choose a tag to compare

If deck is nil, then Copy should return a nil Deck

v0.1.3

18 Apr 00:52

Choose a tag to compare

Change Card.Marshal* methods to not use pointer receiver