2
0

Rename package pool to pgxpool

pool is too common a name to occupy.
This commit is contained in:
Jack Christensen
2019-06-29 11:37:36 -05:00
parent aff43ee158
commit 08b412740f
14 changed files with 61 additions and 65 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"fmt"
"os"
pgxpool "github.com/jackc/pgx/v4/pool"
"github.com/jackc/pgx/v4/pgxpool"
)
var pool *pgxpool.Pool