Update overview doc for correct verb/flag combos.
This commit is contained in:
parent
5cb4f84194
commit
333c720067
|
@ -35,10 +35,10 @@ There are two different approaches spew allows for dumping Go data structures:
|
||||||
and additional debug information such as types and all pointer addresses
|
and additional debug information such as types and all pointer addresses
|
||||||
used to indirect to the final value
|
used to indirect to the final value
|
||||||
* A custom Formatter interface that integrates cleanly with the standard fmt
|
* A custom Formatter interface that integrates cleanly with the standard fmt
|
||||||
package and replaces %v and %+v to provide inline printing similar
|
package and replaces %v, %+v, %#v, and %#+v to provide inline printing
|
||||||
to the default %v while providing the additional functionality outlined
|
similar to the default %v while providing the additional functionality
|
||||||
above and passing unsupported format verb/flag combinations such a %x,
|
outlined above and passing unsupported format verbs such as %x and %q
|
||||||
%q, and %#v along to fmt
|
along to fmt
|
||||||
|
|
||||||
Quick Start
|
Quick Start
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue