go/src/fmt
Rob Pike a4140b745c fmt: document verbs %b %d %o %x %X for printing pointers
This has been supported since Go 1 and there's even a test for it.
The documentation was missing.

Fixes #21409.

Change-Id: I5813488f6a98c1b4506c239e968d43344b91be12
Reviewed-on: https://go-review.googlesource.com/59412
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-08-28 05:11:30 +00:00
..
doc.go fmt: document verbs %b %d %o %x %X for printing pointers 2017-08-28 05:11:30 +00:00
example_test.go fmt: add Stringer example 2017-08-16 18:02:42 +00:00
export_test.go fmt: add tests for parsenum 2016-10-04 21:00:35 +00:00
fmt_test.go fmt: add ascii fast path for decoding verbs 2017-08-14 12:25:45 +00:00
format.go fmt: support sharp flag for float and complex value printing 2017-02-19 07:18:56 +00:00
print.go all: remove some double spaces from comments 2017-08-26 15:09:09 +00:00
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
scan_test.go fmt: document and adjust Scanf space handling to eliminate a few paradoxes 2016-10-07 03:46:50 +00:00
stringer_test.go