1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/bufio
Robert Griesemer 34a21dcae4 undo CL 86220044 / 41388e58be65
bufio: undo incorrect bug fix

««« original CL description
bufio: fix potential endless loop in ReadByte

Fixes #7745.

LGTM=bradfitz, r
R=r, bradfitz
CC=golang-codereviews
https://golang.org/cl/86220044
»»»

LGTM=adg
R=r, adg
CC=golang-codereviews
https://golang.org/cl/85550045
2014-04-09 18:23:53 -07:00
..
bufio_test.go undo CL 86220044 / 41388e58be65 2014-04-09 18:23:53 -07:00
bufio.go undo CL 86220044 / 41388e58be65 2014-04-09 18:23:53 -07:00
example_test.go bufio: add Writer example 2013-08-12 13:03:50 +10:00
export_test.go bufio: new Scanner interface 2013-02-20 12:14:31 -08:00
scan_test.go all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
scan.go bufio: fix bug that ReadFrom stops before EOF or error 2014-03-24 11:48:34 -07:00