summaryrefslogtreecommitdiff
path: root/spew/format.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
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
2013-11-14Reorganize the new map key sorting functionality.Dave Collins
2013-10-27config: add SortKeys option to sort native map keys before displayPatrick Mezard
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-08Modify printInt and printUint to accept base.Dave Collins
2013-02-07Fix a couple of comment typos.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-14Use writer directly in formatter.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-10Fix a couple of comment typos.Dave Collins
2013-01-08Initial implementation.Dave Collins