go-spew/spew
Alexander Staubo 04cdfd4297 Adds new config options:
DisablePointerAddresses: Specifies whether to disable the printing of
pointer addresses.

DisableCapacities specifies whether to disable the printing of capacities
for arrays, slices, maps and channels.

These are useful when diffing data structures in tests. Printing pointers
and capacities would otherwise lead to false negatives.
2016-10-28 13:58:48 -04:00
..
testdata Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
bypass.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
bypasssafe.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
common.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05: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 Adds new config options: 2016-10-28 13:58:48 -04: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 Adds new config options: 2016-10-28 13:58:48 -04:00
dump_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
dumpcgo_test.go Update Travis to test multiple golang versions. 2016-08-16 12:40:47 -05:00
dumpnocgo_test.go Add tests for recent cgo handling updates. 2013-09-21 21:50:00 -05:00
example_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -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 Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
internal_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
internalunsafe_test.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
spew.go Fix a few style issues pointed out by golint. 2013-11-14 21:19:56 -06:00
spew_test.go Adds new config options: 2016-10-28 13:58:48 -04:00