modulepackage
0.0.0-20190426172550-8ebd5bc891fb
Repository: https://github.com/gdey/errors.git
Documentation: pkg.go.dev
# README
errors
A small error library that augments the errors library in go standard library.
# Constants
Canceled is used as a sentinel error to allow things to state that the operation was cancelled.
NilObject is used as a sentinel error to allow things to state that the receiver object of the method is nil.
# Interfaces
No description provided by the author
# Type aliases
String is an error type that can be a constant.