Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendc committed Nov 19, 2024
1 parent 04c5e18 commit 114d530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ have sensitive information.

#### WrapFunc (default: `nil`)

If this value is default (which is `nil`), `go-apperrors` will use the lib github.com/go-errors/errors
to wrap and attach stack trace to errors. If you don't want to attach stack trace, just provide an
self-implementation version on initialization.
If this value is default (which is `nil`), `go-apperrors` will use the lib
[github.com/go-errors/errors](github.com/go-errors/errors) to wrap and attach stack trace to errors.
If you don't want to attach stack trace, provide a self-implementation on initialization.

```go
Init(&Config{
Expand Down

0 comments on commit 114d530

Please sign in to comment.