2
0

Use errors instead of golang.org/x/xerrors

This commit is contained in:
Jack Christensen
2021-03-25 09:55:12 -04:00
parent 80147fd7cc
commit a49f4bb135
15 changed files with 47 additions and 56 deletions
+1 -1
View File
@@ -2,9 +2,9 @@ package pgx
import (
"context"
"errors"
"github.com/jackc/pgconn"
errors "golang.org/x/xerrors"
)
type batchItem struct {