We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3aebd commit 8c66e63Copy full SHA for 8c66e63
README.md
@@ -277,8 +277,7 @@ import (
277
278
func connect() {
279
cleanup, err := mysql.RegisterDriver("cloudsql-mysql",
280
- cloudsqlconn.WithDNSResolver(),
281
- cloudsqlconn.WithCredentialsFile("key.json"))
+ cloudsqlconn.WithDNSResolver())
282
if err != nil {
283
// ... handle error
284
}
0 commit comments