# Packages
No description provided by the author
# Variables
ErrorValue is a way to make a package level error to check against.
# Structs
CustomError is a struct that will implement the Error() interface.
TypedError is a way to make an error type you can do err.(type) == ErrorValue.