]> Cypherpunks.ru repositories - gostls13.git/commit
io: add an Err field to LimitedReader
authorCarl Johnson <me@carlmjohnson.net>
Mon, 28 Mar 2022 18:49:05 +0000 (18:49 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 4 May 2022 20:06:32 +0000 (20:06 +0000)
commitfd6ef06296b55a234d4fd5ebf5dd3e5bfd8f4e25
treecde0c854019935c9d7ff800668779fca798e7236
parent037b209ae3e0453004a4d57e152aa522c56f79e4
io: add an Err field to LimitedReader

Fixes #51115

Change-Id: I3c5296e4adc71c1c1b1808a45abd4801ae43465a
GitHub-Last-Rev: 4c197acd51e1cac051302deba57b97da66e004e1
GitHub-Pull-Request: golang/go#51990
Reviewed-on: https://go-review.googlesource.com/c/go/+/396215
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
api/next/51115.txt [new file with mode: 0644]
src/io/example_test.go
src/io/io.go