go-spew/spew
Dave Collins 1f81f22357 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.
2013-01-17 18:43:51 -06:00
..
common.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
config.go Update ConfigState documentation. 2013-01-12 12:35:23 -06:00
doc.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
dump.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
dump_test.go Fix a comment and a apply few gofmt changes. 2013-01-16 23:30:06 -06:00
example_test.go Fix a comment and a apply few gofmt changes. 2013-01-16 23:30:06 -06:00
format.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
format_test.go Add full suite of tests for Formatter. 2013-01-14 17:31:27 -06:00
spew.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00