Skip to content

Commit 0721de0

Browse files
author
Hanno Braun
committed
Fixed: README was referring to old import URL
1 parent d2bacfe commit 0721de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _Go MySQL Driver_ is an implementation of Go's `database/sql/driver` interface,
5353
Use `mysql` as `driverName` and a valid [DSN](#dsn-data-source-name) as `dataSourceName`
5454
```go
5555
import "database/sql"
56-
import _ "code.google.com/p/go-mysql-driver/mysql"
56+
import _ "github.com/Go-SQL-Driver/MySQL"
5757

5858
db, e := sql.Open("mysql", "user:password@/dbname?charset=utf8")
5959
```

0 commit comments

Comments
 (0)