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
+1 -1
View File
@@ -5,7 +5,7 @@ import (
errors "golang.org/x/xerrors"
"github.com/jackc/pgx/v4/pgtype"
"github.com/jackc/pgtype"
uuid "github.com/satori/go.uuid"
)
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"bytes"
"testing"
"github.com/jackc/pgx/v4/pgtype"
satori "github.com/jackc/pgx/v4/pgtype/ext/satori-uuid"
"github.com/jackc/pgx/v4/pgtype/testutil"
"github.com/jackc/pgtype"
satori "github.com/jackc/pgtype/ext/satori-uuid"
"github.com/jackc/pgtype/testutil"
)
func TestUUIDTranscode(t *testing.T) {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
errors "golang.org/x/xerrors"
"github.com/jackc/pgx/v4/pgtype"
"github.com/jackc/pgtype"
"github.com/shopspring/decimal"
)
+3 -3
View File
@@ -7,9 +7,9 @@ import (
"reflect"
"testing"
"github.com/jackc/pgx/v4/pgtype"
shopspring "github.com/jackc/pgx/v4/pgtype/ext/shopspring-numeric"
"github.com/jackc/pgx/v4/pgtype/testutil"
"github.com/jackc/pgtype"
shopspring "github.com/jackc/pgtype/ext/shopspring-numeric"
"github.com/jackc/pgtype/testutil"
"github.com/shopspring/decimal"
)