From 3343dc3d7cc86698d70a63df24a9a779f1f65cc5 Mon Sep 17 00:00:00 2001 From: Kevin Berger Date: Mon, 12 Feb 2024 14:31:47 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94bdcdb..732897d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`. \ No newline at end of file +The performance is basically the same as `github.com/pkg/errors`.