summaryrefslogtreecommitdiff
path: root/spew/dump_test.go
AgeCommit message (Expand)Author
2024-01-14flatten pathsv1.1.3Jeff Carr
2024-01-14clean go modJeff Carr
2018-01-21vet: fix vet warningsDavid Hill
2016-10-29Correct a copy of misspellings found by misspell.v1.1.0Dave Collins
2016-10-29Update license copyright years.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-14Update imports for previous.Dave Collins
2013-11-14Move TestSortValues to common_test.go.Dave Collins
2013-10-27config: add SortKeys option to sort native map keys before displayPatrick Mezard
2013-09-21Add tests for recent cgo handling updates.Dave Collins
2013-09-09Add tests for nil slice change.Dave Collins
2013-03-27Add tests for packed nil interfaces.Dave Collins
2013-03-08Add tests for byte arrays and slices.Dave Collins
2013-01-20Add tests for structs with multiple equiv fields.Dave Collins
2013-01-20Add tests for sub-interfaces.Dave Collins
2013-01-20Add tests for types with custom Error interface.Dave Collins
2013-01-20Abstract common test types and functions.Dave Collins
2013-01-20Add tests for custom type that panics in Stringer.Dave Collins
2013-01-20Add tests for maps with multiple entries.Dave Collins
2013-01-17Update test summaries.Dave Collins
2013-01-17Add dump tests for interface arrays and slices.Dave Collins
2013-01-16Fix a comment and a apply few gofmt changes.Dave Collins
2013-01-14Namespace dump tests.Dave Collins
2013-01-12Add tests for non-interface nil pointers.Dave Collins
2013-01-12Minor code cleanup in dump_test.go.Dave Collins
2013-01-08Initial implementation.Dave Collins