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
@@ -8,8 +8,8 @@ import (
"reflect"
"testing"
"github.com/jackc/pgtype"
"github.com/jackc/pgx/v4"
"github.com/jackc/pgx/v4/pgtype"
_ "github.com/jackc/pgx/v4/stdlib"
_ "github.com/lib/pq"
)