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 1dacb07 commit c15b488Copy full SHA for c15b488
internal/xsql/badconn/badconn_go1.18.go
@@ -23,6 +23,7 @@ func (e Error) Error() string {
23
24
func (e Error) Is(err error) bool {
25
//nolint:errorlint
26
+ //nolint:nolilint
27
if err == driver.ErrBadConn {
28
return true
29
}
0 commit comments