Documentation
¶
Overview ¶
Package errors is a minimal wrapper around the standard library errors package. It changes the API from New(msg string) and fmt.Errorf(format string, args ...any) to unified New(format string, args ...any) and Wrap(err error, format string, args ...any) functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.