package
0.0.0-20240807084400-93202a208511
Repository: https://github.com/yirgacheffe/golang-codes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
BasicErrors demonstrates some way to create errors.
# Variables
No description provided by the author
ErrorTyped is a way to make a package level error to check against.
ErrorValue is a way to make package level error to check against.
# Structs
Formatter is one of the object of error.
Info contains a set of error codes to send to the user.
Intermediate Module.
Lowlevel Module.
Define a new type of MyError .....
No description provided by the author
TypedError is a way to make an error type you can do err.(type) == ErrorValue.