2
0

Finish importing pgio as internal package

This commit is contained in:
Jack Christensen
2022-02-21 14:35:20 -06:00
parent 1be4c10ce4
commit d13f651810
68 changed files with 63 additions and 65 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"fmt"
"reflect"
"github.com/jackc/pgio"
"github.com/jackc/pgx/v5/internal/pgio"
)
// ArrayGetter is a type that can be converted into a PostgreSQL array.