We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c5e18 commit 877cb90Copy full SHA for 877cb90
README.md
@@ -183,9 +183,9 @@ have sensitive information.
183
184
#### WrapFunc (default: `nil`)
185
186
-If this value is default (which is `nil`), `go-apperrors` will use the lib github.com/go-errors/errors
187
-to wrap and attach stack trace to errors. If you don't want to attach stack trace, just provide an
188
-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.
189
190
```go
191
Init(&Config{
0 commit comments