Skip to content

Commit 2e7aa18

Browse files
committed
docs: add status badges to README
- Add Go Report Card badge. - Add pkg.go.dev documentation badge. - Add license badge. - Add release badge.
1 parent b74c350 commit 2e7aa18

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# stackerr
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/LZStock-OS/stackerr)](https://goreportcard.com/report/github.com/LZStock-OS/stackerr)
4+
[![Go Doc](https://pkg.go.dev/badge/github.com/LZStock-OS/stackerr.svg)](https://pkg.go.dev/github.com/LZStock-OS/stackerr)
5+
[![License](https://img.shields.io/github/license/LZStock-OS/stackerr)](LICENSE)
6+
[![Release](https://img.shields.io/github/v/release/LZStock-OS/stackerr)](https://github.com/LZStock-OS/stackerr/releases)
7+
38
`stackerr` is a lightweight Go library for panic recovery and error handling with customizable stack traces. It simplifies debugging by capturing clean, readable stack traces when panics occur or when errors are explicitly thrown.
49

510
## Features

0 commit comments

Comments
 (0)