Skip to content

Commit 5671c80

Browse files
committed
Update urls
1 parent 53d026e commit 5671c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"database/sql"
1010
"fmt"
1111

12-
"github.com/JamesStewy/go-mysqldump"
12+
"github.com/jamf/go-mysqldump"
1313
"github.com/go-sql-driver/mysql"
1414
)
1515

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Create MYSQL dumps in Go without the 'mysqldump' CLI as a dependancy.
33
44
Example
55
6-
This example uses the mymysql driver (example 7 https://github.com/ziutek/mymysql) to connect to a mysql instance.
6+
This example uses the mysql driver (https://github.com/go-sql-driver/mysql) to connect to a mysql instance.
77
88
package main
99
1010
import (
1111
"database/sql"
1212
"fmt"
1313
14-
"github.com/JamesStewy/go-mysqldump"
14+
"github.com/jamf/go-mysqldump"
1515
"github.com/go-sql-driver/mysql"
1616
)
1717

0 commit comments

Comments
 (0)