Versions in this module Expand all Collapse all v1 v1.0.0 Apr 5, 2021 Changes in this version + type Record struct + File string + Line int + Name string + func Caller(skip int) *Record + func (r *Record) String() string + type Stack []*Record + func Trace() Stack + func TraceN(skip, depth int) Stack + func (s Stack) String() string + func (s Stack) StringWithIndent(indent int) string