]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan: renamings, strings, errors
authorRob Pike <r@golang.org>
Tue, 1 Jun 2010 22:21:21 +0000 (15:21 -0700)
committerRob Pike <r@golang.org>
Tue, 1 Jun 2010 22:21:21 +0000 (15:21 -0700)
commitb8a89972eee78f59bec378d2e1736f1889268b18
tree6bc3098727e89b164c755dc932af1844b18abaeb
parentcd016d7558d54ca685c2d605920388ec49add083
fmt.Scan: renamings, strings, errors
- implement scanning for all renamed types
(compiler bug stops complex from being renamable,
so it can't be tested but the code is there)
- %q %x for strings
- error handling now done with panic/recover

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