We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33d88a commit b41978aCopy full SHA for b41978a
README.md
@@ -495,7 +495,7 @@ proposal](https://go.googlesource.com/proposal/+/master/design/29934-error-value
495
printing out error details, and knows how to present a chain of
496
causes in a semi-structured format upon formatting with `%+v`.
497
498
-### Ensuring `errors.Is` works when packages are renamed
+### Ensuring `errors.Is` works when errors/packages are renamed
499
500
If a Go package containing a custom error type is renamed, or the
501
error type itself is renamed, and errors of this type are transported
0 commit comments