Fix broken link in README.md

This commit is contained in:
Yuki Takemoto 2017-08-22 00:30:36 +09:00 committed by GitHub
parent a10b5aba4b
commit 3aeed14eb6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ 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)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/tree/master/godrv)
* Postgres: [github.com/lib/pq](https://github.com/lib/pq)