package
0.0.0-20240807084400-93202a208511
Repository: https://github.com/yirgacheffe/golang-codes.git
Documentation: pkg.go.dev

# Functions

StackTrace will print all the stack for the error.
Unwrap will unwrap an error and do type assertion.
Wrap shows what happens when we wrap an error.
WrappedError demonstrates error wrapping and annotating an error.

# Structs

TypedError is a error we can check against.