go-spew/spew
Tim Hockin 3e6e67c4dc Enable methods to sort map keys and spew itself as last resort
If enabled by flags, try to use methods to stringify map keys and sort on that.

If we can't use primitive sorting and we can't use methods, we can still fall
back on spew itself.  If SpewKeys is enabled, use Sprintf("%#v") to generate a
string and sort by that.
2015-04-10 08:46:42 -07:00
..
testdata Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
common.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
common_test.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
config.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
doc.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
dump.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
dump_test.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07: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 Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
format_test.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
internal_test.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07: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