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
@@ -10,7 +10,7 @@ import (
"strings"
"unicode"
"github.com/jackc/pgio"
"github.com/jackc/pgx/v5/internal/pgio"
)
// Information on the internals of PostgreSQL arrays can be found in