Use Go 1.13 errors instead of xerrors
This commit is contained in:
+1
-2
@@ -2,8 +2,7 @@ package pgtype
|
||||
|
||||
import (
|
||||
"database/sql/driver"
|
||||
|
||||
errors "golang.org/x/xerrors"
|
||||
"errors"
|
||||
)
|
||||
|
||||
func DatabaseSQLValue(ci *ConnInfo, src Value) (interface{}, error) {
|
||||
|
||||
Reference in New Issue
Block a user