]> Cypherpunks repositories - gostls13.git/commit
bufio: introduce Peek.
authorNigel Tao <nigeltao@golang.org>
Tue, 3 Aug 2010 23:44:02 +0000 (09:44 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 3 Aug 2010 23:44:02 +0000 (09:44 +1000)
commit27e249049e9f303c994927a7ecb837cd5e85c512
treecd7d67738ca77210268dcd873724caa342ceeddf
parente45b58fe96c40de5f393165cf10281c613fa5394
bufio: introduce Peek.

I'll leave whether or not this obsoletes UnreadByte for a future CL.

R=r, rsc
CC=golang-dev
https://golang.org/cl/1912042
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go