2
0

Use Go 1.13 errors instead of xerrors

This commit is contained in:
Jack Christensen
2021-03-25 09:01:59 -04:00
parent aa89720576
commit dd160540c4
80 changed files with 927 additions and 956 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ package pgtype
import (
"database/sql/driver"
errors "golang.org/x/xerrors"
"errors"
)
func DatabaseSQLValue(ci *ConnInfo, src Value) (interface{}, error) {