Rename package pool to pgxpool
pool is too common a name to occupy.
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
pgxpool "github.com/jackc/pgx/v4/pool"
|
||||
"github.com/jackc/pgx/v4/pgxpool"
|
||||
)
|
||||
|
||||
var pool *pgxpool.Pool
|
||||
|
||||
Reference in New Issue
Block a user