Versions in this module Expand all Collapse all v2 v2.2.8 Jun 21, 2025 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