You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
This PR #226 caused a bug during iteration over the stacktracer interface collection.
for f := range stacktracer.StackTrace()
f is assigned the index instead of the object itself.
The text was updated successfully, but these errors were encountered: