go-spew/spew
Patrick Mezard 8e1b34364f dump: make SortKeys default to string representation instead of nothing
The previous version of SortKeys was sorting only native types. Now, if
the type is unknown it defaults to its reflect.Value.String()
representation which at least guarantees display stability.
2013-10-28 14:35:33 +01:00
..
testdata Add tests for recent cgo handling updates. 2013-09-21 21:50:00 -05:00
common.go Dump byte arrays and slices like hexdump -C. 2013-03-08 22:15:12 -06:00
common_test.go Fix a couple of comment typos. 2013-02-07 18:43:36 -06:00
config.go dump: make SortKeys default to string representation instead of nothing 2013-10-28 14:35:33 +01:00
doc.go Update docs for new Sdump function. 2013-03-11 18:37:09 -05:00
dump.go dump: make SortKeys default to string representation instead of nothing 2013-10-28 14:35:33 +01:00
dump_test.go config: add SortKeys option to sort native map keys before display 2013-10-27 23:44:49 +01:00
dumpcgo_test.go Add tests for recent cgo handling updates. 2013-09-21 21:50:00 -05:00
dumpnocgo_test.go Add tests for recent cgo handling updates. 2013-09-21 21:50:00 -05:00
example_test.go Add byte slice to Dump example. 2013-03-08 22:45:50 -06:00
format.go config: add SortKeys option to sort native map keys before display 2013-10-27 23:44:49 +01:00
format_test.go config: add SortKeys option to sort native map keys before display 2013-10-27 23:44:49 +01:00
internal_test.go Add tests for unrecognized reflect values. 2013-01-20 22:31:09 -06:00
spew.go Add support Sprint* family of functions. 2013-02-23 21:33:01 -06:00
spew_test.go Add tests for new Sdump function. 2013-03-11 18:17:45 -05:00