Skip to content

Commit 2aa3395

Browse files
committed
Update Go-MySQL-Driver repository and remove local packages
1 parent 9f92c19 commit 2aa3395

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1
-11518
lines changed

src/sqltest/drivers.go renamed to drivers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package sqltest
33
import (
44
_ "github.com/mattn/go-sqlite3"
55
_ "github.com/ziutek/mymysql/godrv"
6-
_ "code.google.com/p/go-mysql-driver/mysql"
6+
_ "github.com/Go-SQL-Driver/MySQL"
77
_ "github.com/bmizerany/pq"
88
)
File renamed without changes.

src/code.google.com/p/go-mysql-driver/mysql/LICENSE

-373
This file was deleted.

src/code.google.com/p/go-mysql-driver/mysql/connection.go

-286
This file was deleted.

0 commit comments

Comments
 (0)