Che-Hsun Liu

Results 1 issues of Che-Hsun Liu

The output of hand ranking is offset by 1. ```go package card import ( "encoding/json" "testing" "github.com/notnil/joker/hand" ) type MyData struct { Cards []hand.Card `json:"cards"` } func TestStringOutput(t *testing.T) {...