go-spew/spew
Dave Collins a83f71796b Add better support for dumping cgo char arrays.
This commit adds support for dumping a few cgo types like hexdump -C as
requested in issue #11.  In particular, it now handles char [#], unsigned
char [#], and uint8_t [#].
2013-09-21 21:43:56 -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 Update docs for new Sdump function. 2013-03-11 18:37:09 -05:00
doc.go Update docs for new Sdump function. 2013-03-11 18:37:09 -05:00
dump.go Add better support for dumping cgo char arrays. 2013-09-21 21:43:56 -05:00
dump_test.go Add tests for nil slice change. 2013-09-09 20:43:39 -05:00
example_test.go Add byte slice to Dump example. 2013-03-08 22:45:50 -06:00
format.go Detect nil slices and print them as <nil>. 2013-09-09 20:38:28 -05:00
format_test.go Add tests for nil slice change. 2013-09-09 20:43:39 -05: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 Sdump function. 2013-03-11 18:17:45 -05:00