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