]> Cypherpunks repositories - gostls13.git/commit
bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader
authorTim Cooper <tim.cooper@layeh.com>
Fri, 26 Oct 2018 21:34:27 +0000 (16:34 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 29 Oct 2018 20:07:25 +0000 (20:07 +0000)
commit5fc4604aa8b593d8d9e93c98a1380114633b7c6a
treebb9eeeeec7bcce7b36273d3ed417c9ae827e4bf4
parent70dd90c4a93d26215a3514d975c2692724d05ac6
bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader

Fixes #28269

Change-Id: I878dff43c0b6bdb98702d8e73f2ecd984fb2350f
Reviewed-on: https://go-review.googlesource.com/c/145098
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/bytes/reader.go
src/bytes/reader_test.go
src/strings/reader.go
src/strings/reader_test.go