Fix import order
This commit is contained in:
parent
a2077131a7
commit
b962bbdd88
@ -4,9 +4,8 @@ import (
|
|||||||
"GoWeb/app"
|
"GoWeb/app"
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
|
|
||||||
_ "github.com/lib/pq"
|
_ "github.com/lib/pq"
|
||||||
|
"log"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ConnectDB returns a new database connection
|
// ConnectDB returns a new database connection
|
||||||
|
Loading…
Reference in New Issue
Block a user