go-forceexport
go-forceexport copied to clipboard
A golang package that allows you to access unexported functions from other packages
I'm getting the following error when trying to run a package that uses go-forceexport. Here is the error log - ``` panic: runtime error: index out of range [66428884777697280] with...
Before applying the FuncForPC() fix, it would segfault on the InvalidFunc test.
This pull request holds some fixes for the test suite (to make go vet happy) and a rough benchmark.