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 43e9bef commit fafc74bCopy full SHA for fafc74b
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