支持Unmarshal到interface{}

This commit is contained in:
Tnze
2019-06-10 17:07:57 +08:00
parent be1a95c27e
commit 97ba420565
2 changed files with 21 additions and 4 deletions

View File

@ -208,7 +208,7 @@ func TestUnmarshal_bittest(t *testing.T) {
if err := NewDecoder(r).Decode(&inf); err != nil {
t.Fatal(err)
}
t.Log(inf)
// t.Log(inf)
}
func TestUnmarshal_IntArray(t *testing.T) {