]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan: add Fscan and Fscanln and make Scan and Scanln
authorRob Pike <r@golang.org>
Fri, 28 May 2010 18:29:27 +0000 (11:29 -0700)
committerRob Pike <r@golang.org>
Fri, 28 May 2010 18:29:27 +0000 (11:29 -0700)
commit0580deafafef1d4f30a9a23b82f3378bf69f8c34
tree249ca7053af8ef51a2baf58639547c7ecc3c642c
parent31f2503cde7438d6f4c106ee1738f9602b614c93
fmt.Scan: add Fscan and Fscanln and make Scan and Scanln
read from standard input.  Add description of scanning to
the package comment.

R=rsc
CC=golang-dev
https://golang.org/cl/1390041
src/pkg/fmt/print.go
src/pkg/fmt/scan.go
src/pkg/fmt/scan_test.go