summaryrefslogtreecommitdiff
path: root/spew/spew_test.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-01-17 18:43:51 -0600
committerDave Collins <[email protected]>2013-01-17 18:43:51 -0600
commit1f81f22357a22a15b37ae60774b1560d2e7209dc (patch)
treee37ef48ff3d523e3eed3cbc9b7512b74e2fdd7d0 /spew/spew_test.go
parentc5fba05307d6a83b518916402fcf1fc867ce0782 (diff)
Implement support for %#v and %#+v in Formatter.
This commit implements feature request #3. In particular, it allows the formatter to respond to %#v and %#+v. The # flag (%#v) adds type information to the output and the combination of the # and + flags (%#+v) adds both type information and pointer information. This allows the consumer a choice between displaying types, pointer information, or both.
Diffstat (limited to 'spew/spew_test.go')
0 files changed, 0 insertions, 0 deletions