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 78e0387 commit 22e750bCopy full SHA for 22e750b
README.md
@@ -114,7 +114,7 @@ This has the same effect as an empty DSN string:
114
115
```
116
117
-`dbname` is escaped by [PathEscape()]()https://pkg.go.dev/net/url#PathEscape) since v1.8.0. If your database name is `dbname/withslash`, it becomes:
+`dbname` is escaped by [PathEscape()](https://pkg.go.dev/net/url#PathEscape) since v1.8.0. If your database name is `dbname/withslash`, it becomes:
118
119
120
/dbname%2Fwithslash
0 commit comments