package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

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

# Structs

ErrorTyped is a error we can check against.