We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3ec2d commit bc34442Copy full SHA for bc34442
src/fmt/doc.go
@@ -46,7 +46,7 @@
46
%x base 16, lower-case, two characters per byte
47
%X base 16, upper-case, two characters per byte
48
Slice:
49
- %p pointer to the first element of the slice in base 16 notation, with leading 0x
+ %p address of 0th element in base 16 notation, with leading 0x
50
Pointer:
51
%p base 16 notation, with leading 0x
52
The %b, %d, %o, %x and %X verbs also work with pointers,
0 commit comments