2
0

Use github.com/pkg/errors

This commit is contained in:
Jack Christensen
2017-06-04 21:30:03 -05:00
parent 654adbdd4a
commit a5f166bd21
65 changed files with 556 additions and 530 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ package pgtype
import (
"database/sql/driver"
"errors"
"github.com/pkg/errors"
)
func DatabaseSQLValue(ci *ConnInfo, src Value) (interface{}, error) {