Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua authored Feb 12, 2024
1 parent a950a63 commit a1ea7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# errors
![workflow check](https://github.com/seacraft/errors/actions/workflows/check.yml/badge.svg)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/seacraft/errors)](https://pkg.go.dev/github.com/seacraft/errors?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/seacraft/errors?)](https://goreportcard.com/report/github.com/seacraft/errors)
[![golangci badge](https://github.com/golangci/golangci-web/blob/master/src/assets/images/badge_a_plus_flat.svg)](https://golangci.com/r/github.com/seacraft/errors)
[![release](https://img.shields.io/github/release-pre/seacraft/errors.svg)](https://github.com/seacraft/errors/releases)
Expand All @@ -8,4 +9,4 @@

Based on the `github.com/pkg/errors` package, it adds support for `error code` and is fully compatible with `github.com/pkg/errors`.

The performance is basically the same as `github.com/pkg/errors`.
The performance is basically the same as `github.com/pkg/errors`.

0 comments on commit a1ea7dc

Please sign in to comment.