summaryrefslogtreecommitdiff
path: root/spew/dump.go
AgeCommit message (Expand)Author
2013-09-09Detect nil slices and print them as <nil>.Dave Collins
2013-03-27Fix incorrect val display on packed nil interfaces.Dave Collins
2013-03-11Update docs for new Sdump function.Dave Collins
2013-03-11Add support for Sdump.Dave Collins
2013-03-08Update docs for new byte array and slice behavior.Dave Collins
2013-03-08Dump byte arrays and slices like hexdump -C.Dave Collins
2013-03-08Modify printInt and printUint to accept base.Dave Collins
2013-02-03Rename pad function to indent.Dave Collins
2013-01-20Improve invalid reflect value handling.Dave Collins
2013-01-17Implement support for %#v and %#+v in Formatter.Dave Collins
2013-01-13Fix a few comment typos and improve consistency.Dave Collins
2013-01-12Fix incorrect type display on nil pointers.Dave Collins
2013-01-12Implement support for unqiue config instances.Dave Collins
2013-01-10Add config pointers to format and dump states.Dave Collins
2013-01-08Initial implementation.Dave Collins