go-spew/spew
Anaminus 59a3ca0a76 Don't compare lengths of array keys when sorting.
It isn't necessary for the sorter to compare the lengths of the two array keys, since they will always be equal.
2015-02-19 07:26:53 -06:00
..
testdata Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
common.go Don't compare lengths of array keys when sorting. 2015-02-19 07:26:53 -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