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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ 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](github.com/go-errors/errors) to wrap and attach stack trace to errors.
[github.com/go-errors/errors](https://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
Expand Down
Loading