Skip to content

Commit 8c66e63

Browse files
chore: Update README.md (GoogleCloudPlatform#919)
1 parent 3f3aebd commit 8c66e63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ import (
277277

278278
func connect() {
279279
cleanup, err := mysql.RegisterDriver("cloudsql-mysql",
280-
cloudsqlconn.WithDNSResolver(),
281-
cloudsqlconn.WithCredentialsFile("key.json"))
280+
cloudsqlconn.WithDNSResolver())
282281
if err != nil {
283282
// ... handle error
284283
}

0 commit comments

Comments
 (0)