Skip to content

Releases: zchenyu/cards

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

18 May 07:51
Compare
Choose a tag to compare

v0.1.6

18 May 07:47
Compare
Choose a tag to compare
Make Deck satisfy the sql.Scanner interface

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

25 Apr 22:55
Compare
Choose a tag to compare

v0.1.4

25 Apr 06:36
Compare
Choose a tag to compare
If deck is nil, then Copy should return a nil Deck

v0.1.3

18 Apr 00:52
Compare
Choose a tag to compare
Change Card.Marshal* methods to not use pointer receiver