go/src/bufio
Martin Möhrmann 012557b376 all: replace magic 0x80 with named constant utf8.RuneSelf
Change-Id: Id1c2e8e9d60588de866e8b6ca59cc83dd28f848f
Reviewed-on: https://go-review.googlesource.com/21756
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-10 15:15:57 +00:00
..
bufio.go all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
bufio_test.go bufio: Reader.Peek returns partial results on ErrBufferFull 2016-03-04 03:51:22 +00:00
example_test.go bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00
export_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
scan.go bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00
scan_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00