# Functions
IgnoreFunc can be used to ignore the specified function in a package for the trace.
IgnorePackage can be used to ignore all functions in a package for the trace.
IgnoreStruct can be used to ignore all struct functions in the trace.
New can be used to create an Template with the desired parameters.
# Structs
Call represents a call on the stack.
ErrorTrace represents an ErrorTrace, it includes the parent trace (if called with Prepare).
Template is used as a factory to create a new ErrorTrace when you need it, use New() to create an Template.