2
0

Use golang.org/x/xerrors

This commit is contained in:
Jack Christensen
2019-04-20 17:43:44 -05:00
parent efb333df6b
commit cc3461e65d
79 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/jackc/pgconn"
"github.com/jackc/pgx/v4"
"github.com/pkg/errors"
errors "golang.org/x/xerrors"
)
func TestConnCopyFromSmall(t *testing.T) {