# README
Errors with stack info
Version | Support Go |
---|---|
v1 | >= 1.13 |
v2 | >= 1.20 |
New Features
v2
Join
Is
UnWrap
ErrorfWithSkip
v1
SetSkipCallers
: set global depth to skip callersWrapWithSkip
:WrapfWithSkip
:
Set global depth to skip callers
import "github.com/Laisky/errors/v2"
errors.SetSkipCallers(3) // default to 3
# Packages
Package errors provides simple error handling primitives.