Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + type Callstack []uintptr + func Capture() Callstack + func (c Callstack) Entries() []Entry + func (c Callstack) Filter(f ...Filter) Callstack + func (c Callstack) String() string + type Entry struct + Function Function + Location Location + PC uintptr + func (e Entry) String() string + type Filter func([]Entry) []Entry + func And(filters ...Filter) Filter + func Trim(m Matcher) Filter + func TrimBottom(m Matcher) Filter + func TrimTop(m Matcher) Filter + type Function struct + Name string + Package string + func (f Function) String() string + type Location struct + Directory string + File string + Line int + func (l Location) String() string + type Matcher func(Entry) bool + func MatchFunction(fun string) Matcher + func MatchPackage(pkg string) Matcher Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021