Skip to content

Commit 9646a74

Browse files
authored
Merge pull request #228 from rebuy-de/fix-doc-quotes
fix quotes in migration docs
2 parents 69cf5d1 + f21bfdf commit 9646a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ There is not guarantee that this work, tho.
471471

472472
### Reasoning
473473

474-
[github.com/pkg/errors](https://github.com/pkg/errors)` is deprecated. Since the built-in `errors` package improved a bit in the recent Go versions, we should remove all uses of `github.com/pkg/errors` and replace it with the `errors` package.
474+
[github.com/pkg/errors](https://github.com/pkg/errors) is deprecated. Since the built-in `errors` package improved a bit in the recent Go versions, we should remove all uses of `github.com/pkg/errors` and replace it with the `errors` package.
475475

476476
### Hints
477477

0 commit comments

Comments
 (0)