fixed name error on readme

This commit is contained in:
Lunny Xiao 2013-10-18 20:41:30 +08:00
parent 0a3e2b0847
commit 1514830996
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Message me on [G+](https://plus.google.com/u/0/106406879480103142585)
Drivers for Go's sql package which currently support database/sql includes:
* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL)
* Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)

View File

@ -14,7 +14,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
目前支持的Go数据库驱动如下
* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL)
* Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)

View File

@ -11,7 +11,7 @@ and you should install the depends below:
* github.com/lunny/xorm
* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL)
* Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)