package
0.5.23
Repository: https://github.com/eun/go-hit.git
Documentation: pkg.go.dev

# 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.