Use errors instead of golang.org/x/xerrors
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user