Versions in this module Expand all Collapse all v1 v1.0.1 May 17, 2024 Changes in this version + type Frame struct + File string + Function string + Line int + Package string + func NewFrame(pc uintptr, file string, line int) Frame + type Stacktrace struct + Frames []Frame + func Capture(userSkip int) Stacktrace