]> Cypherpunks repositories - gostls13.git/commit
fmt: fix documention for %#v on uints
authorRob Pike <r@golang.org>
Sun, 16 Oct 2016 18:25:37 +0000 (11:25 -0700)
committerRob Pike <r@golang.org>
Tue, 18 Oct 2016 06:14:31 +0000 (06:14 +0000)
commitac1108bdcbd316aa3ffc0bf70d50caa35e7b785f
tree86665441c25a6fbb7ad5ed09e094fa26edbb5510
parentf6cdfc7987d9f3ee7380b3e6f52e433608f342c5
fmt: fix documention for %#v on uints

It's the same as %#x not %x.

Just a documentation change; tests already cover it.

Fixes #17322

Change-Id: Ia9db229f781f9042ac5c0bb824e3d7a26fb74ec5
Reviewed-on: https://go-review.googlesource.com/31254
Reviewed-by: Russ Cox <rsc@golang.org>
src/fmt/doc.go