]> Cypherpunks repositories - gostls13.git/commit
fmt: document verbs %b %d %o %x %X for printing pointers
authorRob Pike <r@golang.org>
Mon, 28 Aug 2017 04:35:33 +0000 (14:35 +1000)
committerRob Pike <r@golang.org>
Mon, 28 Aug 2017 05:11:30 +0000 (05:11 +0000)
commita4140b745ce22c56821750001f30fca4020b4650
tree5c3e39599cd343e68a48832f6871f9d83b270815
parent2abef5976a5a7c761579b19e10680347968caef2
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>
src/fmt/doc.go