go-spew/spew
Dave Collins 5215b55f46 Add logic to deal with reflect pkg changes on tip.
This commit adds logic to gracefully the internal reflect.Value flag bit
changes as of golang commit adf9b30e5594 while maintaining support all
the back to Go 1.0.

It accomplishes this by adding code to the init time inspection to
detect the change and set the flag positions accordingly.

While here, also removes a TODO comment since it was already done
previously.
2015-11-05 15:13:17 -06:00
..
testdata Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
bypass.go Add logic to deal with reflect pkg changes on tip. 2015-11-05 15:13:17 -06:00
bypasssafe.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -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 Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05: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 Add logic to deal with reflect pkg changes on tip. 2015-11-05 15:13:17 -06:00
dump_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
dumpcgo_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -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 Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
spew.go Fix a few style issues pointed out by golint. 2013-11-14 21:19:56 -06:00
spew_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00