Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Nov 10, 2023
1 parent 4b8c1fa commit 62fed08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# errors
[![GoDoc](https://godoc.org/github.com/peczenyj/errors?status.svg)](http://godoc.org/github.com/peczenyj/errors)
[![GoDoc](https://pkg.go.dev/badge/github.com/peczenyj/errors)](http://pkg.go.dev/github.com/peczenyj/errors)
[![Go](https://github.com/peczenyj/errors/actions/workflows/go.yml/badge.svg)](https://github.com/peczenyj/errors/actions/workflows/go.yml)
[![Lint](https://github.com/peczenyj/errors/actions/workflows/lint.yml/badge.svg)](https://github.com/peczenyj/errors/actions/workflows/lint.yml)
[![CodeQL](https://github.com/peczenyj/errors/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/peczenyj/errors/actions/workflows/github-code-scanning/codeql)
Expand Down Expand Up @@ -51,4 +51,4 @@ go get github.com/peczenyj/errors/werrors

```go
werrors.Wrap(err, "message")
```
```

0 comments on commit 62fed08

Please sign in to comment.