2
0

Use errors instead of golang.org/x/xerrors

This commit is contained in:
Jack Christensen
2021-03-25 09:55:12 -04:00
parent 80147fd7cc
commit a49f4bb135
15 changed files with 47 additions and 56 deletions
+1 -2
View File
@@ -3,9 +3,8 @@ package pgx
import (
"context"
"encoding/hex"
"errors"
"fmt"
errors "golang.org/x/xerrors"
)
// The values for log levels are chosen such that the zero value means that no