# README
xerrors
# Functions
As finds the first error in err's chain that matches target, and if so, sets target to that error value and returns true.
Is reports whether any error in err's chain matches target.
New returns an error that formats as the given text.
Unwrap returns the result of calling the Unwrap or Cause method on err, if err's type contains an Unwrap method returning error.