Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit ae80c32

Browse files
added README
1 parent 70264df commit ae80c32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# erf
2+
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/goinsane/erf.svg)](https://pkg.go.dev/github.com/goinsane/erf)
4+
5+
Package erf provides error management with stack trace.
6+
Erf is an error type that wraps the underlying error that stores and formats the stack trace.
7+
Please see [godoc](https://pkg.go.dev/github.com/goinsane/erf) and [example](https://github.com/goinsane/erf/tree/master/example).

0 commit comments

Comments
 (0)