Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update badges
  • Loading branch information
peczenyj committed Nov 12, 2023
1 parent 62fed08 commit 56a34ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# errors

[![tag](https://img.shields.io/github/tag/peczenyj/errors.svg)](https://github.com/peczenyj/errors/releases)
![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.18-%23007d9c)
[![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)
[![codecov](https://codecov.io/gh/peczenyj/errors/graph/badge.svg?token=9y6f3vGgpr)](https://codecov.io/gh/peczenyj/errors)
[![Report card](https://goreportcard.com/badge/github.com/peczenyj/errors)](https://goreportcard.com/report/github.com/peczenyj/errors)
[![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)
[![Dependency Review](https://github.com/peczenyj/errors/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/peczenyj/errors/actions/workflows/dependency-review.yml)
[![Report card](https://goreportcard.com/badge/github.com/peczenyj/errors)](https://goreportcard.com/report/github.com/peczenyj/errors)
[![codecov](https://codecov.io/gh/peczenyj/errors/graph/badge.svg?token=9y6f3vGgpr)](https://codecov.io/gh/peczenyj/errors)
[![License](https://img.shields.io/github/license/peczenyj/errors)](./LICENSE)

nice replacement for [pkg/errors](https://github.com/pkg/errors)

Expand Down

0 comments on commit 56a34ad

Please sign in to comment.