package
Version:
v0.1.20
Opens a new window with list of versions in this module.
Published: Jan 21, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
A package to help with errors.
Empty returns true if the error is nil.
Ignore is a helper function to ignore errors.
Must panics if the error is not nil.
Panic panics with the given error.
func RecoverError(r interface{}) error
RecoverError converts a panic value to an error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.