summaryrefslogtreecommitdiff
path: root/spew/dump.go
AgeCommit message (Expand)Author
2024-01-14flatten pathsv1.1.3Jeff Carr
2017-07-11travis: Use gometalinterDavid Hill
2016-10-29Update license copyright years.Dave Collins
2016-10-28Adds new config options:Alexander Staubo
2015-11-05Add logic to deal with reflect pkg changes on tip.Dave Collins
2015-06-19Add support for limited mode without unsafe pkg.Dave Collins
2015-04-10Enable methods to sort map keys and spew itself as last resortTim Hockin
2015-01-19make nil maps appear different than empty mapsdeads2k
2014-05-05Dump non-zero len and cap for applicable types.Josh Rickmar
2013-11-14Reorganize the new map key sorting functionality.Dave Collins
2013-11-14Fix a few style issues pointed out by golint.Dave Collins
2013-10-28dump: make SortKeys default to string representation instead of nothingPatrick Mezard
2013-10-27config: add SortKeys option to sort native map keys before displayPatrick Mezard
2013-09-21Add better support for dumping cgo char arrays.Dave Collins
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