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