Skip to content

Commit 1a13b85

Browse files
committed
docs: improve package documentation for go report card
- Add package-level comment to stackerr.go.
1 parent 2e7aa18 commit 1a13b85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stackerr.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Package stackerr provides a lightweight library for panic recovery and error handling
2+
// with customizable stack traces. It simplifies debugging by capturing clean, readable
3+
// stack traces when panics occur or when errors are explicitly thrown.
14
package stackerr
25

36
import (

0 commit comments

Comments
 (0)