added ReadNInto

This commit is contained in:
2024-10-31 03:55:08 +02:00
parent d1cbbeac4b
commit 7575d3570a
2 changed files with 18 additions and 7 deletions

View File

@@ -675,6 +675,8 @@ func TestVarSize(t *testing.T) {
buf = bytes.NewBuffer(nil)
nums = []int{
0,
1,
127, // 7
16383, // 14
2097151, // 21