We use mokapi extensively for testing our product and we regularly encounter a runtime error: invalid memory address or nil pointer dereference.
There is no associated stack trace so we cannot investigate issue. It would be great to print the stacktrace (using runtime/debug.Stack() along the error on recover().
I can submit a PR, let me know if that's ok for you
We use mokapi extensively for testing our product and we regularly encounter a
runtime error: invalid memory address or nil pointer dereference.There is no associated stack trace so we cannot investigate issue. It would be great to print the stacktrace (using
runtime/debug.Stack()along the error onrecover().I can submit a PR, let me know if that's ok for you