2
0

Use extracted packages with Go modules

This commit is contained in:
Jack Christensen
2019-04-05 10:52:23 -05:00
parent d287776d97
commit 858d00788a
130 changed files with 118 additions and 6787 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ import (
"testing"
"time"
"github.com/jackc/pgconn"
"github.com/jackc/pgproto3"
"github.com/jackc/pgx"
"github.com/jackc/pgx/pgconn"
"github.com/jackc/pgx/pgmock"
"github.com/jackc/pgx/pgproto3"
)
func TestTransactionSuccessfulCommit(t *testing.T) {