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