]> Cypherpunks repositories - gostls13.git/commit
doc: avoid mentioning non-existence of u flag to fmt.Printf.
authorJim Kingdon <jim@bolt.me>
Thu, 8 Sep 2016 18:27:04 +0000 (11:27 -0700)
committerRob Pike <r@golang.org>
Fri, 9 Sep 2016 00:04:21 +0000 (00:04 +0000)
commit2a36f78e8795c939630e494319c5790bc519ba72
tree9d827994b5191e9b5b26724c1e06b474dd67bee4
parentf27c1bda5165f94115458908b5222d992010cbee
doc: avoid mentioning non-existence of u flag to fmt.Printf.

It is better to document what golang does, rather than how it differs
from languages which readers may or may not know.

That the output format is based on the type is basically self-evident
if you consider this just in go terms.

Change-Id: I0223e9b4cb67cc83a9ebe4d424e6c151d7ed600f
Reviewed-on: https://go-review.googlesource.com/28393
Reviewed-by: Rob Pike <r@golang.org>
src/fmt/doc.go