go-spew/spew
Dave Collins 3a62f585a7 Add support for Sdump.
This commit adds a function named Sdump which works exactly like Dump and
Fdump except it returns the formatted output as a string.  This serves the
same purpose as the the Sprint* family of functions.
2013-03-11 18:15:28 -05:00
..
common.go Dump byte arrays and slices like hexdump -C. 2013-03-08 22:15:12 -06:00
common_test.go Fix a couple of comment typos. 2013-02-07 18:43:36 -06:00
config.go Add support for Sdump. 2013-03-11 18:15:28 -05:00
doc.go Update docs for new byte array and slice behavior. 2013-03-08 22:45:02 -06:00
dump.go Add support for Sdump. 2013-03-11 18:15:28 -05:00
dump_test.go Add tests for byte arrays and slices. 2013-03-08 22:21:05 -06:00
example_test.go Add byte slice to Dump example. 2013-03-08 22:45:50 -06:00
format.go Modify printInt and printUint to accept base. 2013-03-08 19:55:04 -06:00
format_test.go Add tests for structs with multiple equiv fields. 2013-01-20 19:55:55 -06:00
internal_test.go Add tests for unrecognized reflect values. 2013-01-20 22:31:09 -06:00
spew.go Add support Sprint* family of functions. 2013-02-23 21:33:01 -06:00
spew_test.go Add tests for new ContinueOnMethod option. 2013-03-03 13:21:13 -06:00