2
0

Splitting pgtype into own repo

This commit is contained in:
Jack Christensen
2019-04-20 19:14:08 -05:00
parent f25878662d
commit 4ed0de4755
72 changed files with 198 additions and 138 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"reflect"
"testing"
"github.com/jackc/pgx/v4/pgtype"
"github.com/jackc/pgx/v4/pgtype/testutil"
"github.com/jackc/pgtype"
"github.com/jackc/pgtype/testutil"
)
func TestEnumArrayTranscode(t *testing.T) {