1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:30:23 -07:00

fmt: scanning doc fix

R=r
CC=golang-dev
https://golang.org/cl/4539073
This commit is contained in:
Evan Shaw 2011-05-21 07:38:01 +10:00 committed by Rob Pike
parent bf73ca88a6
commit 3230fd1469

View File

@ -134,10 +134,10 @@
The formats behave analogously to those of Printf with the
following exceptions:
%p is not implemented
%T is not implemented
%e %E %f %F %g %g are all equivalent and scan any floating point or complex value
%s and %v on strings scan a space-delimited token
%p is not implemented
%T is not implemented
%e %E %f %F %g %G are all equivalent and scan any floating point or complex value
%s and %v on strings scan a space-delimited token
The familiar base-setting prefixes 0 (octal) and 0x
(hexadecimal) are accepted when scanning integers without a