package
2.0.31+incompatible
Repository: https://github.com/psiphon-labs/psiphon-tunnel-core.git
Documentation: pkg.go.dev

# Functions

BackTraceNew returns a new error with the given message, wrapped with the caller stack frame information going back up the stack until the caller of the specified function name is encountered.
Trace wraps the given error with the caller stack frame information.
Tracef returns a new error with the given formatted message, wrapped with the caller stack frame information.
TraceMsg wraps the given error with the caller stack frame information and the given message.
TraceNew returns a new error with the given message, wrapped with the caller stack frame information.