cleanup imports
This commit is contained in:
parent
c1c88e392a
commit
15bb58980a
8 changed files with 16 additions and 8 deletions
|
|
@ -4,8 +4,9 @@ import (
|
|||
"database/sql"
|
||||
"errors"
|
||||
"fmt"
|
||||
_ "github.com/lib/pq"
|
||||
"os"
|
||||
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
func db_open() (*sql.DB, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue