Skip to content

Commit 267b128

Browse files
committed
README: Fix Config.FormatDSN url
1 parent acdcb22 commit 267b128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This has the same effect as an empty DSN string:
9393
9494
```
9595

96-
Alternatively, [Config.FormatDSN](https://godoc.org/github.com/go-sql-driver/mysql#FormatDSN) can be used to create a DSN string by filling a struct.
96+
Alternatively, [Config.FormatDSN](https://godoc.org/github.com/go-sql-driver/mysql#Config.FormatDSN) can be used to create a DSN string by filling a struct.
9797

9898
#### Password
9999
Passwords can consist of any character. Escaping is **not** necessary.

0 commit comments

Comments
 (0)