package
1.7.0
Repository: https://github.com/cmd-ctrl-q/golang-arch.git
Documentation: pkg.go.dev

# Variables

No description provided by the author
No description provided by the author
errors.New errors allows you to better compare errors.

# Structs

more complex way of wrapping another error (base error) but needs an Unwrap() function to return the base error.
No description provided by the author