]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan: field widths
authorRob Pike <r@golang.org>
Thu, 3 Jun 2010 23:06:41 +0000 (16:06 -0700)
committerRob Pike <r@golang.org>
Thu, 3 Jun 2010 23:06:41 +0000 (16:06 -0700)
commit962e8b8736fa202ac1cd5770f8fb2b3a67eb03d7
tree715066979d7de8992742ad3d61e797701c4777d8
parent3fb8d2ad843667e6d4f3a11e21910d82c8e17347
fmt.Scan: field widths
Also fix an interface bug: white-space-delimited doesn't work well for cases like "%d, %d" on "23, 23")

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