8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something like this:
func (c Context) Caller(skip int32) Context
The text was updated successfully, but these errors were encountered:
Add CallerWithSkipFrameCount to the Context (#98) (#135)
651d361
Add the ability to skip a specified number of stack frames on a per context basis. Before this toe CallerSkipFrameCount could only be set globally.
@rs could you possibly cut a 1.13.0 release with this change in it? Thanks!
Sorry, something went wrong.
No branches or pull requests
we need to set caller skip manually instead of setting the global CallerSkipFrameCount.
something like this:
The text was updated successfully, but these errors were encountered: