]> Cypherpunks repositories - gostls13.git/commit
fmt.Scan: fix handling of EOFs.
authorRob Pike <r@golang.org>
Thu, 24 Jun 2010 22:24:25 +0000 (15:24 -0700)
committerRob Pike <r@golang.org>
Thu, 24 Jun 2010 22:24:25 +0000 (15:24 -0700)
commit56f3c70111c8466fa65331e24dd4fdfe7311eb73
tree455f4f2b46456a3cbc64ed1e51614f02f1f7aa0a
parent37a6bc838bccce61fe33c76ccb60676cabf19dea
fmt.Scan: fix handling of EOFs.
Fixes #876.

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