Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading