]> Cypherpunks.ru repositories - gostls13.git/commit
bytes: document that Reader.Reset affects the result of Size
authorMuhammed Can Küçükaslan <32893303+Kucukaslan@users.noreply.github.com>
Sun, 24 Jul 2022 21:44:11 +0000 (21:44 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 26 Jul 2022 14:20:34 +0000 (14:20 +0000)
commitceefd3a37bb2a77b1e9a76fc74360c68ef16ddb8
tree631aae393127e87678375f3d184129b528d64c2e
parent3e97294663d978bf8abb7acec7cc615ef2f1ea75
bytes: document that Reader.Reset affects the result of Size

The Reader.Reset changes the underlying byte slice, so it actually
changes the return value of the Size method.

Fixes #54018

Change-Id: I160deaa2244e95cb93303cb5dfb67a8d90a375ef
GitHub-Last-Rev: b04724a072d956db1f84a8f5db0afa0dbb158e96
GitHub-Pull-Request: golang/go#54020
Reviewed-on: https://go-review.googlesource.com/c/go/+/419237
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/bytes/reader.go