2
0

Use extracted packages with Go modules

This commit is contained in:
Jack Christensen
2019-04-05 10:52:23 -05:00
parent 738f3a1027
commit 0ac82007fb
50 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"database/sql/driver"
"encoding/binary"
"github.com/jackc/pgx/pgio"
"github.com/jackc/pgio"
"github.com/pkg/errors"
)