Versions in this module Expand all Collapse all v2 v2.0.0 Dec 4, 2023 Changes in this version + type Depth int + const First + const Full + type Stack struct + func Callers(skip int, depth Depth) *Stack + func (st *Stack) Format(s fmt.State, verb rune) + func (st *Stack) Frames() []runtime.Frame + func (st *Stack) Free() + func (st *Stack) Next() (_ runtime.Frame, more bool) + func (st *Stack) String() string