Categorygithub.com/payfazz/go-errors/v2
package
2.8.3
Repository: https://github.com/payfazz/go-errors.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-errors.

GoReference

This package can be used as drop-in replacement for standard errors package.

This package provide func StackTrace(error) []trace.Location to get the stack trace.

Stack trace can be attached to any error by passing it to func Trace(error) error.

New, and Errorf function will return error that have stack trace.