index
:
go.wit.com/dev/davecgh/spew.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spew
/
dump_test.go
Age
Commit message (
Expand
)
Author
2024-01-14
flatten paths
v1.1.3
Jeff Carr
2024-01-14
clean go mod
Jeff Carr
2018-01-21
vet: fix vet warnings
David Hill
2016-10-29
Correct a copy of misspellings found by misspell.
v1.1.0
Dave Collins
2016-10-29
Update license copyright years.
Dave Collins
2015-06-19
Add support for limited mode without unsafe pkg.
Dave Collins
2015-04-10
Enable methods to sort map keys and spew itself as last resort
Tim Hockin
2015-01-19
make nil maps appear different than empty maps
deads2k
2014-05-05
Dump non-zero len and cap for applicable types.
Josh Rickmar
2013-11-14
Update imports for previous.
Dave Collins
2013-11-14
Move TestSortValues to common_test.go.
Dave Collins
2013-10-27
config: add SortKeys option to sort native map keys before display
Patrick Mezard
2013-09-21
Add tests for recent cgo handling updates.
Dave Collins
2013-09-09
Add tests for nil slice change.
Dave Collins
2013-03-27
Add tests for packed nil interfaces.
Dave Collins
2013-03-08
Add tests for byte arrays and slices.
Dave Collins
2013-01-20
Add tests for structs with multiple equiv fields.
Dave Collins
2013-01-20
Add tests for sub-interfaces.
Dave Collins
2013-01-20
Add tests for types with custom Error interface.
Dave Collins
2013-01-20
Abstract common test types and functions.
Dave Collins
2013-01-20
Add tests for custom type that panics in Stringer.
Dave Collins
2013-01-20
Add tests for maps with multiple entries.
Dave Collins
2013-01-17
Update test summaries.
Dave Collins
2013-01-17
Add dump tests for interface arrays and slices.
Dave Collins
2013-01-16
Fix a comment and a apply few gofmt changes.
Dave Collins
2013-01-14
Namespace dump tests.
Dave Collins
2013-01-12
Add tests for non-interface nil pointers.
Dave Collins
2013-01-12
Minor code cleanup in dump_test.go.
Dave Collins
2013-01-08
Initial implementation.
Dave Collins