Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2016 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