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
@@ -1,8 +1,9 @@
package pgtype
import (
"errors"
"reflect"
"github.com/pkg/errors"
)
// PostgreSQL oids for common types