commit | b00d967706377725b11acc16478e645ca7dd4431 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Thu Mar 20 08:51:06 2014 +1100 |
committer | Rob Pike <r@golang.org> | Thu Mar 20 08:51:06 2014 +1100 |
tree | e04bb73824fec628b4e1c09f1957b5bef3e35d4f | |
parent | cc4bdf0226f192432a0d7c95b02cf3ecced81c15 [diff] |
fmt: make %F a synonym for %f Rationale: It already is for scanning. It is accepted for complexes already, but doesn't work. It's analogous to %G and %E. C accepts it too, and we try to be roughly compatible. Fixes #7518. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/77580044