fmt: docs specify incorrect format for uint when printed with %#v #17322
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?go version go1.7.1 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
https://play.golang.org/p/vDgR-zpii2
What did you expect to see?
As per the documentation:
What did you see instead?
unsigned integers when printed with
%#v
are formatted similar to%#x
.Here is a test supporting it.
The text was updated successfully, but these errors were encountered: