In order to help future proof itself, spew handles unrecognized reflect values by passing them on to the standard fmt library. Since spew handles all current reflect values in the language, this condition has to be manually tested with a bit of hackery by using unsafe to change the kind to a nonexistent value. As of this commit, there is now 100% test coverage. |
||
---|---|---|
.. | ||
common.go | ||
common_test.go | ||
config.go | ||
doc.go | ||
dump.go | ||
dump_test.go | ||
example_test.go | ||
format.go | ||
format_test.go | ||
internal_test.go | ||
spew.go | ||
spew_test.go |