go-spew/spew
Anaminus d1afd4f613 Don't check for types that don't support the == operator.
This isn't necessary to do because these types cannot be keys in the first place.
2015-02-19 09:12:58 -06:00
..
testdata Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
common.go Don't check for types that don't support the == operator. 2015-02-19 09:12:58 -06:00
common_test.go Don't compare lengths of array keys when sorting. 2015-02-19 07:26:53 -06:00
config.go Add SortKeys option to doco for NewDefaultConfig. 2013-11-16 20:45:52 -06:00
doc.go Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
dump.go make nil maps appear different than empty maps 2015-01-19 11:34:19 -05:00
dump_test.go make nil maps appear different than empty maps 2015-01-19 11:34:19 -05:00
dumpcgo_test.go Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
dumpnocgo_test.go Add tests for recent cgo handling updates. 2013-09-21 21:50:00 -05:00
example_test.go Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
format.go make nil maps appear different than empty maps 2015-01-19 11:34:19 -05:00
format_test.go make nil maps appear different than empty maps 2015-01-19 11:34:19 -05:00
internal_test.go Add logic to deal with reflect pkg changes on tip. 2014-10-24 18:49:38 -05:00
spew.go Fix a few style issues pointed out by golint. 2013-11-14 21:19:56 -06:00
spew_test.go Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00