]> Cypherpunks repositories - gostls13.git/commit
fmt: scan FALSE correctly
authorRob Pike <r@golang.org>
Thu, 9 Feb 2012 03:12:55 +0000 (14:12 +1100)
committerRob Pike <r@golang.org>
Thu, 9 Feb 2012 03:12:55 +0000 (14:12 +1100)
commitc0e74b63cf3ef73191f8908609c2c22b75a50be6
treebec341e10405ae3a7d5dc5dace85e0a42c1f2b4b
parent00d0f8e3201d1865b7cd1efa031c4dbe4a96dd7e
fmt: scan FALSE correctly

Fixes bug 2922.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5642072
src/pkg/fmt/scan.go
src/pkg/fmt/scan_test.go