1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-15 22:50:24 +02:00

#36 handle anonymous

This commit is contained in:
Tao Wen
2017-06-02 16:52:20 +08:00
parent 5cb0d35610
commit 59e71bacc8
3 changed files with 38 additions and 8 deletions

View File

@ -21,4 +21,4 @@ func Test_iterator_api_demo(t *testing.T) {
total += iter.ReadInt()
}
fmt.Println(total)
}
}