• Rob Pike's avatar
    fmt: make %F a synonym for %f · b00d9677
    Rob Pike authored
    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
    b00d9677
format.go 10.9 KB