Use golang.org/x/xerrors
This commit is contained in:
@@ -3,7 +3,7 @@ package pgtype
|
||||
import (
|
||||
"database/sql/driver"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
errors "golang.org/x/xerrors"
|
||||
)
|
||||
|
||||
type EnumArray struct {
|
||||
|
||||
Reference in New Issue
Block a user