]> Cypherpunks repositories - gostls13.git/commit
bufio: simplify bufio.Reader.ReadBytes to avoid an extra loop over a slice
authorAlex Gaynor <alex@alloy.us>
Fri, 4 Oct 2019 20:33:00 +0000 (20:33 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 4 Oct 2019 21:22:55 +0000 (21:22 +0000)
commit5f4aa5d79fba270d6a14f2a55999b5b6ccec2326
tree73b3ca496b9cc3eabda98df18b6e3cd642c980a5
parentc1b7f508b0f4db605bfae4216f421bc3ec00de75
bufio: simplify bufio.Reader.ReadBytes to avoid an extra loop over a slice

Change-Id: Icb1c3eb30147180ba5949a25c65b48307b14c1ca
GitHub-Last-Rev: 937ae8641321139b9165ce7d57abeac5a67dc24d
GitHub-Pull-Request: golang/go#34704
Reviewed-on: https://go-review.googlesource.com/c/go/+/199157
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/bufio/bufio.go