1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/bufio
Robert Griesemer 8bd9242f7c bufio: fix UnreadByte
Also:
- fix error messages in tests
- make tests more symmetric

Fixes #7607.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/86180043
2014-04-09 14:19:13 -07:00
..
bufio_test.go bufio: fix UnreadByte 2014-04-09 14:19:13 -07:00
bufio.go bufio: fix UnreadByte 2014-04-09 14:19:13 -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