Fix lib/pg Pgsql database link

This commit is contained in:
vCaesar
2017-05-30 11:22:13 +08:00
parent 0a333804b1
commit 18ec8b85d5
14 changed files with 18 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ Mysql:github.com/ziutek/mymysql/godrv[*]
Mysql:code.google.com/p/go-mysql-driver[*]
PostgreSQL:github.com/bmizerany/pq[*]
PostgreSQL:github.com/lib/pq[*]
SQLite:github.com/mattn/go-sqlite3[*]