]> Cypherpunks repositories - gostls13.git/commit
fmt.Scanf: improve error message when input does not match format
authorRob Pike <r@golang.org>
Sat, 19 Jun 2010 03:37:03 +0000 (20:37 -0700)
committerRob Pike <r@golang.org>
Sat, 19 Jun 2010 03:37:03 +0000 (20:37 -0700)
commit3748d22672519f1126b7f18b006d970926c00d0d
tree9b31905bccd75f34c5dc373747e10d1b523012a0
parent4fd7880d81be995922f0babf26466ff6a893e483
fmt.Scanf: improve error message when input does not match format

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