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

@@ -5,8 +5,9 @@ package main
import (
"database/sql"
"fmt"
_ "github.com/bmizerany/pq"
"time"
_ "github.com/lib/pq"
)
const (