65ca732a33
This commit adds logic to gracefully handle the new internal reflect.Value structure on tip as of golang commit ecccf07e7f9d. It accomplishes this by doing some inspection at init time and choosing the appropriate offsets as well as modifying which offset is used for the value accordingly. As a result, this allows spew to work properly with both the current release version of Go as well as tip. Fixes #15. |
||
---|---|---|
.. | ||
testdata | ||
common.go | ||
common_test.go | ||
config.go | ||
doc.go | ||
dump.go | ||
dump_test.go | ||
dumpcgo_test.go | ||
dumpnocgo_test.go | ||
example_test.go | ||
format.go | ||
format_test.go | ||
internal_test.go | ||
spew.go | ||
spew_test.go |