]> Cypherpunks repositories - gostls13.git/commit
fmt: Fix signed zero-padding for positive floats
authorFelix Geisendörfer <haimuiba@gmail.com>
Thu, 12 Dec 2013 14:40:16 +0000 (06:40 -0800)
committerRob Pike <r@golang.org>
Thu, 12 Dec 2013 14:40:16 +0000 (06:40 -0800)
commit5ad5b7a551b30d27d7af00e3e981014f4acd8bd4
treeb5715e015c382a531ae303752fac2b92325ce16a
parent1d08fc44e90a395422dad2947a3d4dd2e751b87a
fmt: Fix signed zero-padding for positive floats

Space padding still has the same issue, I will send a separate patch for that
if this one gets accepted.
Fixes #6856.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/35660043
src/pkg/fmt/fmt_test.go
src/pkg/fmt/format.go