Skip to content

Commit

Permalink
Merge pull request #27 from peczenyj/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
tdakkota committed Nov 6, 2023
2 parents da1a0dd + 5a4586c commit 10bc51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ errors.Wrap(err, "message")
* Using `Wrap` is the most explicit way to wrap errors
* Wrapping with `fmt.Errorf("foo: %w", err)` is implicit, redundant and error-prone
* Parsing `"foo: %w"` is implicit, redundant and slow
* The [pkg/errors](https://github.com/pkg/errors) and [xerrrors](https://pkg.go.dev/golang.org/x/xerrors) are not maintainted
* The [pkg/errors](https://github.com/pkg/errors) and [xerrors](https://pkg.go.dev/golang.org/x/xerrors) are not maintainted
* The [cockroachdb/errors](https://github.com/cockroachdb/errors) is too big
* The `errors` has no caller stack trace

Expand Down

0 comments on commit 10bc51a

Please sign in to comment.