]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.
authorRob Pike <r@golang.org>
Wed, 26 May 2010 04:02:35 +0000 (21:02 -0700)
committerRob Pike <r@golang.org>
Wed, 26 May 2010 04:02:35 +0000 (21:02 -0700)
commit71f130f55cd2df82747fb4d3232c7a080fdc7b16
treecccbc03503a7b08abb0875f8f93842adf085d77a
parent67d30bb696fd28477ec023926b0ead375cf8371e
fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.
Still to do:
- composite types
- user-defined scanners
- format-driven scanning
The package comment will be updated when more of the functionality is in place.

R=rsc
CC=golang-dev
https://golang.org/cl/1252045
src/pkg/fmt/Makefile
src/pkg/fmt/scan.go [new file with mode: 0644]
src/pkg/fmt/scan_test.go [new file with mode: 0644]