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 -2
View File
@@ -2,9 +2,8 @@ package pgx
import (
"context"
"errors"
"io"
errors "golang.org/x/xerrors"
)
// LargeObjects is a structure used to access the large objects API. It is only valid within the transaction where it