rename module
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"database/sql/driver"
|
||||
"fmt"
|
||||
|
||||
"github.com/andoma-go/pgx/v5/internal/anynil"
|
||||
"github.com/andoma-go/pgx/v5/pgconn"
|
||||
"github.com/andoma-go/pgx/v5/pgtype"
|
||||
"git.company.lan/gopkg/pgx/v5/internal/anynil"
|
||||
"git.company.lan/gopkg/pgx/v5/pgconn"
|
||||
"git.company.lan/gopkg/pgx/v5/pgtype"
|
||||
)
|
||||
|
||||
// ExtendedQueryBuilder is used to choose the parameter formats, to format the parameters and to choose the result
|
||||
|
||||
Reference in New Issue
Block a user