2
0

rename module

This commit is contained in:
2024-05-07 09:50:32 +03:00
parent da703e344f
commit ff905c39e4
193 changed files with 359 additions and 613 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"fmt"
"reflect"
"github.com/andoma-go/pgx/v5/internal/anynil"
"github.com/andoma-go/pgx/v5/internal/pgio"
"git.company.lan/gopkg/pgx/v5/internal/anynil"
"git.company.lan/gopkg/pgx/v5/internal/pgio"
)
// ArrayGetter is a type that can be converted into a PostgreSQL array.