We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef3ae6 commit 63b09aaCopy full SHA for 63b09aa
internal/xsql/badconn/badconn_go1.18.go
@@ -22,7 +22,6 @@ func (e Error) Error() string {
22
}
23
24
func (e Error) Is(err error) bool {
25
- //nolint:errorlint
26
if err == driver.ErrBadConn {
27
return true
28
0 commit comments