1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg/bufio
Egon Elbre 0b2da60fb8 bufio: fix UnreadSlice followed by UnreadRune
Also, fix a write check in writeBuf and make some bounds checks simpler.

LGTM=gri
R=golang-codereviews, adg, gri, r, minux
CC=golang-codereviews
https://golang.org/cl/113060043
2014-07-18 09:25:59 -07:00
..
bufio_test.go bufio: fix UnreadSlice followed by UnreadRune 2014-07-18 09:25:59 -07:00
bufio.go bufio: fix UnreadSlice followed by UnreadRune 2014-07-18 09:25:59 -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 bufio: Fixed call to Fatal, should be Fatalf. 2014-07-02 07:04:01 -07:00
scan.go bufio: fix UnreadSlice followed by UnreadRune 2014-07-18 09:25:59 -07:00