]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan:
authorRob Pike <r@golang.org>
Mon, 31 May 2010 17:56:58 +0000 (10:56 -0700)
committerRob Pike <r@golang.org>
Mon, 31 May 2010 17:56:58 +0000 (10:56 -0700)
commite6600ea17d33fecd4e6cc26a97cdcc187ccbdb51
tree7cdec94ea518dbdbeb38fdaddf13039460853035
parent901976cfc36959384c3088ed0e266308c8b7d599
fmt.Scan:
- reimplement integer scanning to handle renamed basic integer types
- start implementation of Fscanf and Scanf; not yet ready for general use.

This intermediate CL is a useful checkpoint. A similar change needs to be
done for float and complex, but it seemed worth getting the approach
reviewed before making those changes.

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