We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877cb90 commit a17ea84Copy full SHA for a17ea84
README.md
@@ -184,7 +184,7 @@ have sensitive information.
184
#### WrapFunc (default: `nil`)
185
186
If this value is default (which is `nil`), `go-apperrors` will use the lib
187
-[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.
188
If you don't want to attach stack trace, provide a self-implementation on initialization.
189
190
```go
0 commit comments