]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan: renamings, strings, errors
authorRob Pike <r@golang.org>
Tue, 1 Jun 2010 22:22:01 +0000 (15:22 -0700)
committerRob Pike <r@golang.org>
Tue, 1 Jun 2010 22:22:01 +0000 (15:22 -0700)
commit5df40b434d2b10fd7f8ba6ab1ea283864c9c0d26
tree728750d6524ce9f899d99d75a4f3183f8d0ab867
parentb8a89972eee78f59bec378d2e1736f1889268b18
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