commit | e6600ea17d33fecd4e6cc26a97cdcc187ccbdb51 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Mon May 31 10:56:58 2010 -0700 |
committer | Rob Pike <r@golang.org> | Mon May 31 10:56:58 2010 -0700 |
tree | 7cdec94ea518dbdbeb38fdaddf13039460853035 | |
parent | 901976cfc36959384c3088ed0e266308c8b7d599 [diff] |
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