]> Cypherpunks repositories - gostls13.git/commit
bufio: add examples for Scanner
authorRob Pike <r@golang.org>
Thu, 21 Feb 2013 23:55:40 +0000 (15:55 -0800)
committerRob Pike <r@golang.org>
Thu, 21 Feb 2013 23:55:40 +0000 (15:55 -0800)
commitdbd409afb58b8fcd315afedd097a85b65f80387d
treecf3de800bd080edf9d421fa38f969c837d4a109e
parent6138e368f81f67f79d7b9039bf40009e28cd3e09
bufio: add examples for Scanner
Mention Scanner in docs for ReadLine etc.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7375045
src/pkg/bufio/bufio.go
src/pkg/bufio/example_test.go [new file with mode: 0644]