Versions in this module Expand all Collapse all v0 v0.5.0 May 10, 2026 Changes in this version + func Take(skip int) string + type Formatter struct + func NewFormatter(buf *buffer.Buffer) Formatter + func (f *Formatter) FormatFrame(frame runtime.Frame) + func (f *Formatter) FormatStack(stack *Stack) + type Stack struct + func Capture(skip int) *Stack + func (s *Stack) Free() + func (s *Stack) Len() int + func (s *Stack) Next() (frame runtime.Frame, more bool)